From 3a9a258be41b2ebf538890e56182d14cb3c50142 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: May 10 2022 11:08:03 +0000 Subject: Fix package unretirement URL Due to a typo in the URL the wrong template is shown. Reported-At: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/5SMIKREELFKRGQNBCVS7GQGX4BIIPJGZ/ --- diff --git a/pagure/themes/srcfpo/templates/repo_master_sidebar.html b/pagure/themes/srcfpo/templates/repo_master_sidebar.html index e579d40..1f84c39 100644 --- a/pagure/themes/srcfpo/templates/repo_master_sidebar.html +++ b/pagure/themes/srcfpo/templates/repo_master_sidebar.html @@ -412,7 +412,7 @@ window.open( "https://pagure.io/releng/new_issue?title=" + "Unretire {{repo.namespace}}/{{repo.name}}" - + "&template=package_unretiremet"); + + "&template=package_unretirement"); }); _btn.prop( "title", "Package retired - Open a releng ticket to adopt it" ); _btn.html("Retired");