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/phenotypes/view-dataset.html | |
parent | 98700fb44015852798fa7baabf727e8dcd2cd7a7 (diff) | |
download | gn-uploader-e994a879c7e9f6d0a02603ccfa1476cd07a6cffc.tar.gz |
UI: Remove extraneous text in "View*" pages.
Diffstat (limited to 'uploader/templates/phenotypes/view-dataset.html')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 2 |
1 files changed, 1 insertions, 1 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%} |