mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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 %}
|
{% else %}
|
||||||
<a href="{{ shortcut.url }}" class="nav-link" data-turbolinks="false">
|
<a href="{{ shortcut.url }}" class="nav-link" data-turbolinks="false">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="card-icon">
|
|
||||||
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png"/>
|
|
||||||
</div>
|
|
||||||
<div class="card-title">
|
<div class="card-title">
|
||||||
{{ shortcut.name }}
|
{{ shortcut.name }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card-icon">
|
||||||
|
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png"/>
|
||||||
|
</div>
|
||||||
<div class="card-description">
|
<div class="card-description">
|
||||||
{{ shortcut.short_description }}
|
{{ shortcut.short_description }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user