aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2015-09-30 09:05:03 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2015-09-30 09:05:03 +0200
commit7c99da0c958687033468098a92913619bef17f03 (patch)
treefa6b2aabccb36e33459a608377cb0d3e0eb5f226 /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent24429857d8a431cd20077c5c0c3db81e2fedb1ac (diff)
parentb0b352fc8ed4934c47bd8cf0d02d2c3bef948321 (diff)
downloadwallabag-7c99da0c958687033468098a92913619bef17f03.tar.gz
wallabag-7c99da0c958687033468098a92913619bef17f03.tar.zst
wallabag-7c99da0c958687033468098a92913619bef17f03.zip
Merge pull request #1437 from wallabag/v2-clean-material
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 %}