diff options
| -rw-r--r-- | uploader/templates/genotypes/list-genotypes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index 8c6910b..38a1b8f 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -75,7 +75,8 @@ species_id=species.SpeciesId, population_id=population.Id, dataset_id=dataset.Id)}}" - title="View details regarding and manage dataset '{{dataset.FullName}}'"> + title="View details regarding and manage dataset '{{dataset.FullName}}'" + target="_blank"> {{dataset.FullName}}</a></td> </tr> </tbody> |
