diff options
author | Frederick Muriuki Muriithi | 2025-06-26 16:16:43 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-26 16:16:43 -0500 |
commit | 2abcce37b80e764e8b938bd639feb9a334151ee0 (patch) | |
tree | 3d2abd9b684371ae494a6400553418722b1f3fe8 /uploader/templates | |
parent | 898a7737a85fb70aafaaa9fb4f23d184dc7a1bb0 (diff) | |
download | gn-uploader-main.tar.gz |
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/load-phenotypes-success.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/load-phenotypes-success.html b/uploader/templates/phenotypes/load-phenotypes-success.html index 3baca5b..645be16 100644 --- a/uploader/templates/phenotypes/load-phenotypes-success.html +++ b/uploader/templates/phenotypes/load-phenotypes-success.html @@ -28,7 +28,7 @@ <!-- TODO: Maybe notify user that they have sole access. --> <!-- TODO: Maybe provide a link to go to GeneNetwork to view the data. --> <p>View your data - <a href="{{gn2_server_url}}search?species={{species.Name}}&group={{population.Name}}&type=Phenotypes&dataset={{dataset.Name}}&search_terms_or=*%0D%0A&search_terms_and=*%0D%0A&accession_id=None&FormID=searchResult" + <a href="{{search_page_uri}}" target="_blank">on GeneNetwork2</a>. You might need to login to GeneNetwork2 to view specific traits.</p> </div> |