diff options
| author | Frederick Muriuki Muriithi | 2026-04-13 13:51:19 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-04-13 13:55:12 -0500 |
| commit | d71a40a518f1dd7ed8ef29affa314962d63e88b2 (patch) | |
| tree | 633e1588dc10de7174b8700e416da9c8e4ad3086 | |
| parent | 2b83212a830cbaef8575be3b0996a7d838c16c01 (diff) | |
| download | gn-uploader-d71a40a518f1dd7ed8ef29affa314962d63e88b2.tar.gz | |
Move "Upload Genotypes" button to dataset page.
| -rw-r--r-- | uploader/templates/genotypes/view-dataset.html | 5 |
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%} |
