mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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">
|
||||
{{ shortcut.name }}
|
||||
</div>
|
||||
<div class="card-description">
|
||||
{{ shortcut.short_description|default:'' }}
|
||||
<div class="card-tags">
|
||||
{% for tag in shortcut.app.info.tags|slice:":3" %}
|
||||
{% trans tag %}{% if not forloop.last %}・{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user