diff options
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> |