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 93c651b  Move the button to delete a release candidate
93c651b is described below

commit 93c651bf4bfbd845ef7fabb54468a1d66a1ab97a
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Apr 2 14:03:04 2025 +0100

    Move the button to delete a release candidate
---
 atr/templates/candidate-vote.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/atr/templates/candidate-vote.html 
b/atr/templates/candidate-vote.html
index 59ea571..b05ec68 100644
--- a/atr/templates/candidate-vote.html
+++ b/atr/templates/candidate-vote.html
@@ -41,6 +41,10 @@
             <span class="candidate-meta-item">Created: {{ 
candidate.created.strftime("%Y-%m-%d %H:%M UTC") }}</span>
           </div>
           <div class="d-flex gap-3 align-items-center pt-2">
+            <a class="btn btn-primary"
+               href="{{ as_url(routes.candidate.vote_project, 
project_name=candidate.project.name, version=candidate.version) }}">Start 
vote</a>
+            <a class="btn btn-outline-primary"
+               href="{{ as_url(routes.candidate.viewer, 
project_name=candidate.project.name, version_name=candidate.version) }}">View 
files</a>
             <form method="post"
                   action="{{ as_url(routes.candidate.delete) }}"
                   class="d-inline-block m-0">
@@ -51,10 +55,6 @@
                 Delete release candidate
               </button>
             </form>
-            <a class="btn btn-primary"
-               href="{{ as_url(routes.candidate.vote_project, 
project_name=candidate.project.name, version=candidate.version) }}">Start 
vote</a>
-            <a class="btn btn-outline-primary"
-               href="{{ as_url(routes.candidate.viewer, 
project_name=candidate.project.name, version_name=candidate.version) }}">View 
files</a>
           </div>
         </div>
       </div>


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

Reply via email to