aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-10-09 13:00:15 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-10-09 13:00:15 +0300
commitc26a3edc0aa7d17a0ea95092447f16471fda8718 (patch)
treec14eb6a81daa785f0e6b5bf626690d76693ad1b3 /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parentba873ae6678bd4362b2c5bd063f738206c549f22 (diff)
downloadwallabag-c26a3edc0aa7d17a0ea95092447f16471fda8718.tar.gz
wallabag-c26a3edc0aa7d17a0ea95092447f16471fda8718.tar.zst
wallabag-c26a3edc0aa7d17a0ea95092447f16471fda8718.zip
Other improvements
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index 2e88c1ad..95b3977c 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -31,7 +31,7 @@
31 <ul id="slide-out" class="side-nav fixed"> 31 <ul id="slide-out" class="side-nav fixed">
32 {% block logo %} 32 {% block logo %}
33 <li class="logo border-bottom"> 33 <li class="logo border-bottom">
34 <a class="waves-effect" title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}"> 34 <a title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}">
35 <img src="{{ asset('themes/material/img/logo-square.png') }}" alt="wallabag logo" /> 35 <img src="{{ asset('themes/material/img/logo-square.png') }}" alt="wallabag logo" />
36 </a> 36 </a>
37 </li> 37 </li>