diff options
| author | Frederick Muriuki Muriithi | 2026-03-25 13:55:32 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-03-25 13:55:32 -0500 |
| commit | 0305a59d9bd6961d49038084f8f723ac8b0be5b6 (patch) | |
| tree | 2aaf1fc45c07efda4f4f0913c90d0aedbd44a533 | |
| parent | 4a7b606ffccce860bd7828e71e0c6b1ed5161ff1 (diff) | |
| download | gn-uploader-0305a59d9bd6961d49038084f8f723ac8b0be5b6.tar.gz | |
Open link in new tab/window.
| -rw-r--r-- | uploader/templates/genotypes/list-genotypes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index a2b98c8..b70dac0 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -15,8 +15,9 @@ <a href="{{url_for('species.populations.genotypes.list_markers', species_id=species.SpeciesId, population_id=population.Id)}}" - title="View genetic markers for species '{{species.FullName}}"> - this link to view the genetic markers + title="View genetic markers for species '{{species.FullName}}" + target="_blank"> + here to view the genetic markers </a>. </p> </div> |
