From 2981951d059afc4e21b59bc6ec9f3983b5213547 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Apr 2026 13:15:43 -0500 Subject: Open page in a new tab. --- uploader/templates/genotypes/list-genotypes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}} -- cgit 1.4.1