mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(fastapi): add Replaces field to package details
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
50a9690c2d
commit
a33e9bd571
3 changed files with 25 additions and 2 deletions
|
@ -85,6 +85,14 @@
|
|||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if show_package_details and replaces and replaces.count() %}
|
||||
<tr id="replaces">
|
||||
<th>{{ "Replaces" | tr }}:</th>
|
||||
<td class="wrap">
|
||||
{{ replaces.all() | join(', ', attribute='RelName') }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>{{ "Submitter" | tr }}:</th>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue