mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
ui: tags: Redirect to apps or system page appropriately
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a5ab31c1af
commit
3790e3949e
@ -45,7 +45,7 @@
|
|||||||
{% if app_info.tags %}
|
{% if app_info.tags %}
|
||||||
<div class="app-tags">
|
<div class="app-tags">
|
||||||
{% for tag in app_info.tags %}
|
{% for tag in app_info.tags %}
|
||||||
<a href="{% url 'apps' %}?tag={{ tag|urlencode }}"
|
<a href="{{ active_section_url }}?tag={{ tag|urlencode }}"
|
||||||
class="btn btn-light rounded-pill tag">
|
class="btn btn-light rounded-pill tag">
|
||||||
{% trans tag %}
|
{% trans tag %}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user