diff options
author | hannajankowski <hkj@yorku.ca> | 2024-05-30 12:12:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 12:12:48 -0400 |
commit | 5a9874606da5600cd40242e0740b60c5537367bd (patch) | |
tree | 05f5dffde2b884423ce5eeecb54eecfb820610d1 /inst/app/templates/content/estimators/estimators.html | |
parent | b99606bb4f6da17ecf1bded30cdbba67f2c05563 (diff) |
Delete inst/app/templates/content/estimators/estimators.html
Diffstat (limited to 'inst/app/templates/content/estimators/estimators.html')
-rw-r--r-- | inst/app/templates/content/estimators/estimators.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/inst/app/templates/content/estimators/estimators.html b/inst/app/templates/content/estimators/estimators.html deleted file mode 100644 index 133241a..0000000 --- a/inst/app/templates/content/estimators/estimators.html +++ /dev/null @@ -1,13 +0,0 @@ -<nav class="nav nav-tabs"> - <a class="nav-link active" data-bs-toggle="tab" href="#add-estimators">About the estimators</a> - <a class="nav-link" data-bs-toggle="tab" href="#view-estimates">Select and compute estimates</a> -</nav> - -<div class="container-fluid tab-content"> - <div id="add-estimators" class="pt-3 tab-pane fade show active"> - {{ htmlTemplate("templates/content/estimators/add-estimators.html") }} - </div> - <div id="view-estimates" class="pt-3 tab-pane fade"> - {{ htmlTemplate("templates/content/estimators/view-estimates.html") }} - </div> -</div> |