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
21
templates/package-maintainer/show.html
Normal file
21
templates/package-maintainer/show.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
{% extends "partials/layout.html" %}
|
||||
|
||||
{% block pageContent %}
|
||||
<div class="box">
|
||||
{% include "partials/package-maintainer/proposal/details.html" %}
|
||||
</div>
|
||||
|
||||
{% if utcnow >= voteinfo.End %}
|
||||
<div class="box">
|
||||
{% include "partials/package-maintainer/proposal/voters.html" %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="box">
|
||||
{% if error %}
|
||||
<span class="status">{{ error | tr }}</span>
|
||||
{% else %}
|
||||
{% include "partials/package-maintainer/proposal/form.html" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue