]> nmode's Git Repositories - Rnaught/commitdiff
Add files via upload
authorhannajankowski <hkj@yorku.ca>
Thu, 30 May 2024 16:13:06 +0000 (12:13 -0400)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 16:13:06 +0000 (12:13 -0400)
inst/app/templates/content/estimators/add-estimators.html

index d1629d2233667f4d688bf4c9352570630c5d4e1f..d4c55e61bc92b54e685013af6ee02b1313efb692 100644 (file)
@@ -1,4 +1,12 @@
 <div class="accordion accordion-flush" id="estimators-accordion">
+  {{
+    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",
       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"
-    )
-  }}
 </div>