From 6dda7853caca4788bd787067eeb4c629a2133b8f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 18 Feb 2026 09:39:41 -0600 Subject: Remove link to provide more area for publication selection. Remove the link from the publication title to allow it be more easily used for selecting the publication on the "Upload Phenotypes" page. The user has other ways for getting to a publication to edit it. --- uploader/templates/phenotypes/add-phenotypes-base.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html index c74a0fa..fd746fd 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -97,10 +97,7 @@ if(pub.Title) { title = pub.Title } - return `` + - `${title}`; + return title; } }, { -- cgit 1.4.1