mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: Add "groups" to package details page
Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
765f989b7d
commit
9d5b9c4795
3 changed files with 30 additions and 0 deletions
|
@ -68,6 +68,12 @@
|
|||
<td>{{ licenses.all() | join(', ', attribute='License.Name') }} </td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if show_package_details and groups and groups.count() %}
|
||||
<tr id="groups">
|
||||
<th>{{ "Groups" | tr }}:</th>
|
||||
<td>{{ groups.all() | join(', ', attribute='Group.Name') }} </td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if show_package_details and conflicts and conflicts.count() %}
|
||||
<tr id="conflicts">
|
||||
<th>{{ "Conflicts" | tr }}:</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue