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