diff options
| author | zsloan | 2024-01-09 17:34:25 +0000 |
|---|---|---|
| committer | zsloan | 2024-01-09 17:34:25 +0000 |
| commit | f5066b2dd2043002d2415fd44e70bf01e506d471 (patch) | |
| tree | 93f01c443a5b23b606d85bf8eacf36446c2d8b5b /gn2/wqflask/templates/search_result_page.html | |
| parent | a5210ccc1699ee5a0362d2975809039242dcdfa6 (diff) | |
| download | genenetwork2-f5066b2dd2043002d2415fd44e70bf01e506d471.tar.gz | |
Fix the way accession_id is set + update info link on correlation page
Diffstat (limited to 'gn2/wqflask/templates/search_result_page.html')
| -rw-r--r-- | gn2/wqflask/templates/search_result_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html index c4a36524..c25c5c25 100644 --- a/gn2/wqflask/templates/search_result_page.html +++ b/gn2/wqflask/templates/search_result_page.html @@ -17,7 +17,7 @@ <div style="padding-top: 10px; padding-bottom: 10px; font-size: 16px;"> <!-- Need to customize text more for other types of searches --> - <p>We searched {% if dataset.type != "ProbeSet" %}<a href="https://info.genenetwork.org/species/source.php?SpeciesName={{ dataset.group.species }}&InbredSetName={{ dataset.group.name }}" target="_blank">{{ dataset.fullname }}</a>{% else %}<a href="https://info.genenetwork.org/infofile/source.php?GN_AccesionId={{ dataset.accession_id }}" target="_blank">{{ dataset.fullname }}</a>{% endif %} + <p>We searched <a href='https://info.genenetwork.org/{% if dataset.type != "ProbeSet" %}species/source.php?SpeciesName={{ dataset.group.species }}&InbredSetName={{ dataset.group.name }}{% else %}infofile/source.php?GN_AccesionId={{ dataset.accession_id.value }}{% endif %}' target="_blank">{{ dataset.fullname }}</a> <br> to find all records {% if go_term is not none %} |
