summaryrefslogtreecommitdiff
path: root/inst/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'inst/app/templates')
-rw-r--r--inst/app/templates/content/data/enter-data.html25
1 files changed, 8 insertions, 17 deletions
diff --git a/inst/app/templates/content/data/enter-data.html b/inst/app/templates/content/data/enter-data.html
index f4d5e75..77846fa 100644
--- a/inst/app/templates/content/data/enter-data.html
+++ b/inst/app/templates/content/data/enter-data.html
@@ -1,17 +1,8 @@
-<div class="row mb-5">
- <form class="col-md">
- {{ htmlTemplate("templates/content/data/enter-data/single-entry.html") }}
- </form>
- <div class="col-md mt-5 mt-md-0 d-flex flex-column align-items-center">
- <h5>Data plot</h5>
- {{ plotOutput(outputId = "data_plot") }}
- </div>
-</div>
-<hr>
-<form class="mb-5">
- {{ htmlTemplate("templates/content/data/enter-data/bulk-entry.html") }}
-</form>
-<hr>
-<form>
- {{ htmlTemplate("templates/content/data/enter-data/load-samples.html") }}
-</form>
+
+<form class="mb-5">
+ {{ htmlTemplate("templates/content/data/enter-data/entry.html") }}
+</form>
+<hr>
+<form>
+ {{ htmlTemplate("templates/content/data/enter-data/load-samples.html") }}
+</form>