diff options
| -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> |
