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 89765f4 Reorder the sidebar
89765f4 is described below
commit 89765f40ff3fd95341b71709138a5fa1d183ba51
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Apr 14 15:19:42 2025 +0100
Reorder the sidebar
---
atr/templates/includes/sidebar.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/atr/templates/includes/sidebar.html
b/atr/templates/includes/sidebar.html
index b6e174c..2023a73 100644
--- a/atr/templates/includes/sidebar.html
+++ b/atr/templates/includes/sidebar.html
@@ -32,12 +32,12 @@
<h3>Release candidate drafts</h3>
<ul>
<li>
- <a href="{{ as_url(routes.draft.drafts) }}">View drafts</a>
+ <a href="{{ as_url(routes.draft.add) }}">Add draft</a>
</li>
<li>
- <a href="{{ as_url(routes.draft.add) }}">Add draft</a>
+ <a href="{{ as_url(routes.draft.drafts) }}">View drafts</a>
</li>
- <!-- TODO: Don't show this if the user doesn't have any release
candidates? -->
+ <!-- TODO: Don't show this if the user doesn't have any drafts? -->
<li>
<a href="{{ as_url(routes.draft.promote) }}">Promote draft</a>
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]