mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: add link to mailing list article on requests page
Provides a convenient way to check for responses on the mailing list prior to Accepting/Rejecting requests. We compute the Message-ID hash that can be used to link back to the article in the mailing list archive. Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
154bb239bf
commit
ff44eb02de
4 changed files with 61 additions and 3 deletions
|
@ -115,8 +115,11 @@
|
|||
{% if result.User %}
|
||||
<a href="/account/{{ result.User.Username }}">
|
||||
{{ result.User.Username }}
|
||||
</a>
|
||||
</a>
|
||||
{% endif %}
|
||||
<a target="_blank" rel="noopener noreferrer" href="{{ result.ml_message_url() }}">
|
||||
(PRQ#{{ result.ID }})
|
||||
</a>
|
||||
</td>
|
||||
{% set idle_time = config_getint("options", "request_idle_time") %}
|
||||
{% set time_delta = (utcnow - result.RequestTS) | int %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue