about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-02-18 09:39:41 -0600
committerFrederick Muriuki Muriithi2026-02-18 09:39:41 -0600
commit6dda7853caca4788bd787067eeb4c629a2133b8f (patch)
tree26aa336a5d2842bf7381d455cb8af189624b579e
parent1e1fa46819f85113cbed2d6d4b220025b73c8bda (diff)
downloadgn-uploader-6dda7853caca4788bd787067eeb4c629a2133b8f.tar.gz
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.
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-base.html5
1 files changed, 1 insertions, 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 `<a href="/publications/view/${pub.Id}" ` +
-                          `target="_blank" ` +
-                          `title="Link to view publication details">` +
-                          `${title}</a>`;
+                      return title;
                   }
               },
               {