From 7d41d2d11c55b983985cea9106b511a380a0dedb Mon Sep 17 00:00:00 2001 From: hannajankowski Date: Thu, 30 May 2024 12:13:06 -0400 Subject: Add files via upload --- .../app/templates/content/estimators/add-estimators.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'inst/app') diff --git a/inst/app/templates/content/estimators/add-estimators.html b/inst/app/templates/content/estimators/add-estimators.html index d1629d2..d4c55e6 100644 --- a/inst/app/templates/content/estimators/add-estimators.html +++ b/inst/app/templates/content/estimators/add-estimators.html @@ -1,4 +1,12 @@
+ {{ + htmlTemplate("templates/content/estimators/add-estimators/components/panel.html", + id = "mu", + header = "Serial Interval (mu)", + reference_label = "Wikipedia", + reference_url = "https://en.wikipedia.org/wiki/Serial_interval" + ) + }} {{ htmlTemplate("templates/content/estimators/add-estimators/components/panel.html", id = "id", @@ -31,12 +39,4 @@ reference_url = "https://doi.org/10.1002/sim.3136" ) }} - {{ - htmlTemplate("templates/content/estimators/add-estimators/components/panel.html", - id = "mu", - header = "Serial Interval (WP)", - reference_label = "Wikipedia", - reference_url = "https://doi.org/10.1002/sim.3136" - ) - }}
-- cgit v1.2.3