diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-07 20:47:19 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-08-07 20:47:19 +0200 |
commit | 44a16e82d88979f2126956f8b261afd09e337f11 (patch) | |
tree | 5760f190d29b9b13b9c45ae9cd2ec9b2b922a063 /src/Wallabag | |
parent | 55333dfd21f8d1aeefbf740121d39304cc051704 (diff) | |
download | wallabag-44a16e82d88979f2126956f8b261afd09e337f11.tar.gz wallabag-44a16e82d88979f2126956f8b261afd09e337f11.tar.zst wallabag-44a16e82d88979f2126956f8b261afd09e337f11.zip |
fix #1282: add title on wallabag logo
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig index 0c8a2a29..a767f8cf 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig | |||
@@ -63,7 +63,7 @@ | |||
63 | <ul id="slide-out" class="side-nav fixed"> | 63 | <ul id="slide-out" class="side-nav fixed"> |
64 | {% block logo %} | 64 | {% block logo %} |
65 | <li class="logo border-bottom"> | 65 | <li class="logo border-bottom"> |
66 | <a class="waves-effect" href="{{ path('unread') }}"> | 66 | <a class="waves-effect" title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}"> |
67 | <img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" /> | 67 | <img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" /> |
68 | </a> | 68 | </a> |
69 | </li> | 69 | </li> |