mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
icons changed
This commit is contained in:
parent
70a858597a
commit
2c721f6f73
@ -19,6 +19,7 @@
|
|||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load static %}
|
||||||
|
|
||||||
{% block icons %}
|
{% block icons %}
|
||||||
|
|
||||||
@ -37,8 +38,7 @@
|
|||||||
<a href="{{ shortcut.url }}">
|
<a href="{{ shortcut.url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<center>
|
<center>
|
||||||
<span class="{{ shortcut.icon }} glyphicon"
|
<img src="{% static 'theme/icons/' %}{{ shortcut.id }}.png" style="max-width: 100px; height: 100px"/>
|
||||||
style="font-size: 300%"></span>
|
|
||||||
<br>
|
<br>
|
||||||
{{ shortcut.label }}
|
{{ shortcut.label }}
|
||||||
</center>
|
</center>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user