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