mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
frontpage: Adjust template slightly
This commit is contained in:
parent
7139b03351
commit
0529766b40
@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- xmpp: Show more clearly if domain is not set.
|
- xmpp: Show more clearly if domain is not set.
|
||||||
- frontpage: Don't show apps requiring login, unless logged in.
|
- frontpage: Don't show apps requiring login, unless logged in.
|
||||||
- ttrss: Show status block.
|
- ttrss: Show status block.
|
||||||
|
- frontpage: Make app icons larger.
|
||||||
|
|
||||||
## [0.11.0] - 2016-09-21
|
## [0.11.0] - 2016-09-21
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -36,7 +36,8 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="{{ shortcut.url }}">
|
<a href="{{ shortcut.url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="{{ shortcut.icon }} glyphicon" style="font-size: 140%"></span>
|
<span class="{{ shortcut.icon }} glyphicon"
|
||||||
|
style="font-size: 140%"></span>
|
||||||
{{ shortcut.label }}
|
{{ shortcut.label }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user