From d7ef796e0a254fb5f65783daf5127bf62b95c4aa Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 18 Feb 2026 09:42:33 -0600 Subject: Improve tooltip message. --- uploader/templates/phenotypes/add-phenotypes-base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html index fd746fd..b86cdcf 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -84,7 +84,8 @@ if(pub.PubMed_ID) { return `` + + `title="Link to publication on NCBI. This will ` + + `open in a new tab.">` + `${pub.PubMed_ID}`; } return ""; -- cgit 1.4.1