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