summaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorhannajankowski <hkj@yorku.ca>2024-05-30 12:12:48 -0400
committerGitHub <noreply@github.com>2024-05-30 12:12:48 -0400
commit5a9874606da5600cd40242e0740b60c5537367bd (patch)
tree05f5dffde2b884423ce5eeecb54eecfb820610d1 /inst
parentb99606bb4f6da17ecf1bded30cdbba67f2c05563 (diff)
Delete inst/app/templates/content/estimators/estimators.html
Diffstat (limited to 'inst')
-rw-r--r--inst/app/templates/content/estimators/estimators.html13
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>