This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 24a9521  Add back public keys menu item
24a9521 is described below

commit 24a9521da05e6131439d82ca33a7ac57db6a0b8e
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Dec 9 12:02:24 2025 -0800

    Add back public keys menu item
---
 atr/templates/includes/topnav.html | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/atr/templates/includes/topnav.html 
b/atr/templates/includes/topnav.html
index 46cf0d2..450ba42 100644
--- a/atr/templates/includes/topnav.html
+++ b/atr/templates/includes/topnav.html
@@ -121,12 +121,10 @@
                 <a class="dropdown-item" href="{{ 
as_url(get.projects.projects) }}"><i class="bi bi-collection"></i>
                   Projects</a>
               </li>
-<!--
-<li>
-<a class="dropdown-item" href="{{ as_url(get.keys.keys) }}"><i class="bi 
bi-key"></i>
-Public keys</a>
-</li>
--->
+              <li>
+                <a class="dropdown-item" href="{{ as_url(get.keys.keys) }}"><i 
class="bi bi-key"></i>
+                  Public keys</a>
+              </li>
               <li>
                 <a class="dropdown-item" href="{{ as_url(get.tokens.tokens) 
}}"><i class="bi bi-key"></i>
                   API tokens</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to