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 9692bba  Fix a route in the draft directory
9692bba is described below

commit 9692bbaddadcd66c624414ea21011a471043ff49
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Mar 28 16:27:38 2025 +0200

    Fix a route in the draft directory
---
 atr/templates/draft-directory.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/draft-directory.html 
b/atr/templates/draft-directory.html
index 6ce6470..b6c7f30 100644
--- a/atr/templates/draft-directory.html
+++ b/atr/templates/draft-directory.html
@@ -137,7 +137,7 @@
           <div class="card-body position-relative">
             <p class="card-text">
               {% if number_of_release_files(release) > 0 %}
-                This candidate draft has <a href="{{ 
as_url(routes.draft.files, project_name=release.project.name, 
version_name=release.version) }}">{{ number_of_release_files(release) }} 
file(s)</a>.
+                This candidate draft has <a href="{{ 
as_url(routes.draft.review, project_name=release.project.name, 
version_name=release.version) }}">{{ number_of_release_files(release) }} 
file(s)</a>.
               {% else %}
                 This candidate draft doesn't have any files yet.
               {% endif %}


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

Reply via email to