diff options
author | Frederick Muriuki Muriithi | 2025-01-23 14:26:51 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-23 14:26:51 -0600 |
commit | 162e697f405415c9cc4e81e654a41c4339b14dea (patch) | |
tree | 1c4cb89318641f30bcff8a0576d77f010147efe6 /uploader/templates | |
parent | 190e1c7cb924ac9598956ac0f2be37ed3915ab23 (diff) | |
download | gn-uploader-162e697f405415c9cc4e81e654a41c4339b14dea.tar.gz |
Open phenotypes in new window.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 66de5d8..011f8f6 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -79,7 +79,8 @@ population_id=population.Id, dataset_id=dataset.Id, xref_id=pheno['pxr.Id'])}}" - title="View phenotype details"> + title="View phenotype details" + target="_blank"> {{pheno.InbredSetCode}}_{{pheno["pxr.Id"]}}</a></td> <td>{{pheno.Post_publication_description or pheno.Pre_publication_abbreviation or pheno.Original_description}}</td> </tr> |