mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: Indicate dependency source
Dependencies might reside in the AUR or official repositories. Add "AUR" as superscript letters to indicate if a package/provider is present in the AUR. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
1433553c05
commit
0a7b02956f
5 changed files with 72 additions and 7 deletions
|
@ -14,12 +14,15 @@
|
|||
<a href="{{ dep.DepName | pkgname_link }}">
|
||||
{% endif %}
|
||||
{{ dep.DepName }}
|
||||
{% if broken %}
|
||||
{%- if broken %}
|
||||
{% if not provides %}
|
||||
</span>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% else -%}
|
||||
</a>
|
||||
{%- if dep.is_aur_package() -%}
|
||||
ᴬᵁᴿ
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if provides %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue