]> nmode's Git Repositories - Rnaught/commitdiff
Add files via upload
authorhannajankowski <hkj@yorku.ca>
Thu, 30 May 2024 16:04:38 +0000 (12:04 -0400)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 16:04:38 +0000 (12:04 -0400)
inst/app/templates/content/estimators/estimators.html [new file with mode: 0644]

diff --git a/inst/app/templates/content/estimators/estimators.html b/inst/app/templates/content/estimators/estimators.html
new file mode 100644 (file)
index 0000000..133241a
--- /dev/null
@@ -0,0 +1,13 @@
+<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>