aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 20:26:32 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-29 20:26:32 +0200
commitb0b352fc8ed4934c47bd8cf0d02d2c3bef948321 (patch)
tree161c6776385770594c464487bcbe55dbba0d502e /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent917040d4a0b7694ca4f695c02243ffb4283d6901 (diff)
downloadwallabag-b0b352fc8ed4934c47bd8cf0d02d2c3bef948321.tar.gz
wallabag-b0b352fc8ed4934c47bd8cf0d02d2c3bef948321.tar.zst
wallabag-b0b352fc8ed4934c47bd8cf0d02d2c3bef948321.zip
some cleanup on material theme
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 0ec2e082..a4b1d030 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -32,7 +32,7 @@
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 class="waves-effect" title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}">
35 <img src="{{ asset('themes/baggy/img/logo-other_themes.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>
38 {% endblock %} 38 {% endblock %}