mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - /tu routes
Change /tu to /package-maintainer Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
b35da57187
commit
4efb2a543a
13 changed files with 68 additions and 62 deletions
|
@ -39,7 +39,7 @@
|
|||
{# Only CRED_PM_LIST_VOTES privileged users see Package Maintainer #}
|
||||
{% if request.user.has_credential(creds.PM_LIST_VOTES) %}
|
||||
<li>
|
||||
<a href="/tu">{% trans %}Package Maintainer{% endtrans %}</a>
|
||||
<a href="/package-maintainer">{% trans %}Package Maintainer{% endtrans %}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue