diff options
author | hannajankowski <hkj@yorku.ca> | 2024-05-30 12:13:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 12:13:06 -0400 |
commit | 7d41d2d11c55b983985cea9106b511a380a0dedb (patch) | |
tree | d8164bca9daf688f559eed11ffe8615d2ae0ac7b /inst/app/templates/content/estimators/add-estimators.html | |
parent | 5a9874606da5600cd40242e0740b60c5537367bd (diff) |
Add files via upload
Diffstat (limited to 'inst/app/templates/content/estimators/add-estimators.html')
-rw-r--r-- | inst/app/templates/content/estimators/add-estimators.html | 16 |
1 files changed, 8 insertions, 8 deletions
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 @@ <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", @@ -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" - ) - }} </div> |