]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #1282: add title on wallabag logo 1294/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 7 Aug 2015 18:47:19 +0000 (20:47 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 7 Aug 2015 18:47:19 +0000 (20:47 +0200)
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>