diff options
author | Frederick Muriuki Muriithi | 2024-12-10 15:46:58 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-10 15:46:58 -0600 |
commit | e994a879c7e9f6d0a02603ccfa1476cd07a6cffc (patch) | |
tree | 40a7e01a670f026e28b748cd17891bb4653fa018 /uploader/templates | |
parent | 98700fb44015852798fa7baabf727e8dcd2cd7a7 (diff) | |
download | gn-uploader-e994a879c7e9f6d0a02603ccfa1476cd07a6cffc.tar.gz |
UI: Remove extraneous text in "View*" pages.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 2 | ||||
-rw-r--r-- | uploader/templates/populations/view-population.html | 2 |
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%} |