diff options
author | BonfaceKilz | 2022-03-14 17:50:38 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-14 18:14:42 +0300 |
commit | 659de0344ce32742d18f8bf6b8e2e479671e2199 (patch) | |
tree | e69d95630be4082ff8a8f5529ea6462a6d1f5067 | |
parent | 2643dc6f918fe1245bb9a5087c9e4c1453a366ee (diff) | |
download | genenetwork2-659de0344ce32742d18f8bf6b8e2e479671e2199.tar.gz |
Reword link text for downloading csv sample data
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 0daea51d..76d15043 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -218,7 +218,7 @@ </div> <div style="margin-left: 13%;"> <a href="/datasets/{{ publish_xref.id_ }}/traits/{{ publish_xref.phenotype_id }}/csv?resource-id={{ resource_id }}" class="btn btn-link btn-sm"> - Sample Data(CSV Download) + Click to Download CSV Sample Data </a> </div> <div class="form-group"> |