mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
frontpage: Replace short description with tags
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> [sunil: Styling using CSS instead of bootstrap classes] Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
e206eb941c
commit
ce0008fca1
@ -75,8 +75,10 @@
|
|||||||
<div class="card-title">
|
<div class="card-title">
|
||||||
{{ shortcut.name }}
|
{{ shortcut.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-description">
|
<div class="card-tags">
|
||||||
{{ shortcut.short_description|default:'' }}
|
{% for tag in shortcut.app.info.tags|slice:":3" %}
|
||||||
|
{% trans tag %}{% if not forloop.last %}・{% endif %}
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user