mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
home: Also display card title above icon
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
40335b5951
commit
9b509e2610
@ -83,12 +83,12 @@
|
||||
{% else %}
|
||||
<a href="{{ shortcut.url }}" class="nav-link" data-turbolinks="false">
|
||||
{% endif %}
|
||||
<div class="card-icon">
|
||||
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png"/>
|
||||
</div>
|
||||
<div class="card-title">
|
||||
{{ shortcut.name }}
|
||||
</div>
|
||||
<div class="card-icon">
|
||||
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png"/>
|
||||
</div>
|
||||
<div class="card-description">
|
||||
{{ shortcut.short_description }}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user