about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-04-13 13:51:19 -0500
committerFrederick Muriuki Muriithi2026-04-13 13:55:12 -0500
commitd71a40a518f1dd7ed8ef29affa314962d63e88b2 (patch)
tree633e1588dc10de7174b8700e416da9c8e4ad3086 /uploader
parent2b83212a830cbaef8575be3b0996a7d838c16c01 (diff)
downloadgn-uploader-d71a40a518f1dd7ed8ef29affa314962d63e88b2.tar.gz
Move "Upload Genotypes" button to dataset page.
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/genotypes/view-dataset.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/uploader/templates/genotypes/view-dataset.html b/uploader/templates/genotypes/view-dataset.html
index 1c4eccf..d95a8e3 100644
--- a/uploader/templates/genotypes/view-dataset.html
+++ b/uploader/templates/genotypes/view-dataset.html
@@ -46,8 +46,9 @@
 <div class="row">
   <h2>Genotype Data</h2>
 
-  <p class="text-danger">
-    Provide link to enable uploading of genotype data here.</p>
+  <div class="col" style="margin-bottom: 3px;">
+    <a href="#" class="btn btn-primary not-implemented">upload genotypes</a>
+  </div>
 </div>
 
 {%endblock%}