This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new f7ff4eb Add the tokens page to the sidebar
f7ff4eb is described below
commit f7ff4eba4d9e4127d0832a35a33626ac6da3d85b
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Jul 16 19:27:22 2025 +0100
Add the tokens page to the sidebar
---
atr/templates/includes/sidebar.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/atr/templates/includes/sidebar.html
b/atr/templates/includes/sidebar.html
index 324e280..8afe1b2 100644
--- a/atr/templates/includes/sidebar.html
+++ b/atr/templates/includes/sidebar.html
@@ -68,12 +68,16 @@
</li>
</ul>
{% if current_user %}
- <h3>Public keys</h3>
+ <h3>Keys and tokens</h3>
<ul>
<li>
<i class="bi bi-key"></i>
<a href="{{ as_url(routes.keys.keys) }}">Manage keys</a>
</li>
+ <li>
+ <i class="bi bi-key"></i>
+ <a href="{{ as_url(routes.tokens.tokens) }}">Manage tokens</a>
+ </li>
</ul>
<h3>Browse</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]