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 353da9c Improve the sidebar
353da9c is described below
commit 353da9c8b740c85adc11d991bea66e1a4599a5e8
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Apr 24 14:06:40 2025 +0100
Improve the sidebar
Resolves #25.
---
atr/templates/includes/sidebar.html | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/atr/templates/includes/sidebar.html
b/atr/templates/includes/sidebar.html
index 556b683..b34cdaf 100644
--- a/atr/templates/includes/sidebar.html
+++ b/atr/templates/includes/sidebar.html
@@ -95,7 +95,7 @@
</li>
</ul>
- <h3>Organisation</h3>
+ <h3>Browse</h3>
<ul>
<li>
<i class="fa-solid fa-diagram-project"></i>
@@ -105,10 +105,6 @@
<i class="fa-solid fa-diagram-project"></i>
<a href="{{ as_url(routes.projects.projects) }}">Projects</a>
</li>
- <li>
- <i class="fa-solid fa-diagram-project"></i>
- <a href="{{ as_url(routes.projects.add) }}">Add project</a>
- </li>
</ul>
{% if is_viewing_as_admin_fn(current_user.uid) %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]