]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
fix #1282: add title on wallabag logo
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / base.html.twig
index 0c8a2a290e078dd71fb4b644379f393c1c11ae89..a767f8cfd187c2f750fa8ec1549313b39d8af999 100644 (file)
@@ -63,7 +63,7 @@
                     <ul id="slide-out" class="side-nav fixed">
                         {% block logo %}
                             <li class="logo border-bottom">
-                                <a class="waves-effect" href="{{ path('unread') }}">
+                                <a class="waves-effect" title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}">
                                     <img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" />
                                 </a>
                             </li>