From f243aae35e22867113fe5dab6a3cbda44d36bbb7 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 20 Mar 2026 00:30:07 +0000 Subject: [PATCH] refactor: logged-in dropdown as button not link Change the authenticated user dropdown toggle from an anchor element to a button element, which is semantically correct since it triggers an action (opens a dropdown) rather than navigating to a URL. - Remove href="#" and role="button" - Add type="button" - Change closing to Port of TACC/tup-ui#537 commit 4b63942 (with fix from b3a6487 applied inline, avoiding that intermediate invalid-HTML state). Co-authored-by: Wesley B --- server/portal/templates/includes/nav_portal.raw.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/portal/templates/includes/nav_portal.raw.html b/server/portal/templates/includes/nav_portal.raw.html index 2434ff07d..350ac701c 100644 --- a/server/portal/templates/includes/nav_portal.raw.html +++ b/server/portal/templates/includes/nav_portal.raw.html @@ -15,11 +15,11 @@ {% endif %} {% if user.is_authenticated %}