aboutsummaryrefslogtreecommitdiff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-12-10 15:46:58 -0600
committerFrederick Muriuki Muriithi2024-12-10 15:46:58 -0600
commite994a879c7e9f6d0a02603ccfa1476cd07a6cffc (patch)
tree40a7e01a670f026e28b748cd17891bb4653fa018 /uploader
parent98700fb44015852798fa7baabf727e8dcd2cd7a7 (diff)
downloadgn-uploader-e994a879c7e9f6d0a02603ccfa1476cd07a6cffc.tar.gz
UI: Remove extraneous text in "View*" pages.
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/phenotypes/view-dataset.html2
-rw-r--r--uploader/templates/populations/view-population.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html
index b136bb6..66de5d8 100644
--- a/uploader/templates/phenotypes/view-dataset.html
+++ b/uploader/templates/phenotypes/view-dataset.html
@@ -16,7 +16,7 @@
<a href="{{url_for('species.populations.phenotypes.view_dataset',
species_id=species.SpeciesId,
population_id=population.Id,
- dataset_id=dataset.Id)}}">View Datasets</a>
+ dataset_id=dataset.Id)}}">View</a>
</li>
{%endblock%}
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html
index 1e2964e..14e5926 100644
--- a/uploader/templates/populations/view-population.html
+++ b/uploader/templates/populations/view-population.html
@@ -15,7 +15,7 @@
{%endif%}>
<a href="{{url_for('species.populations.view_population',
species_id=species.SpeciesId,
- population_id=population.InbredSetId)}}">view population</a>
+ population_id=population.InbredSetId)}}">view</a>
</li>
{%endblock%}