]> nmode's Git Repositories - Rnaught/blobdiff - inst/app/templates/content/estimators/estimators.html
Delete inst/app/templates/content/estimators/estimators.html
[Rnaught] / inst / app / templates / content / estimators / estimators.html
diff --git a/inst/app/templates/content/estimators/estimators.html b/inst/app/templates/content/estimators/estimators.html
deleted file mode 100644 (file)
index 133241a..0000000
+++ /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>