diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-23 09:06:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-23 09:06:45 +0100 |
commit | 75a4b3b23fcc183d926eb7cc782762085661b2da (patch) | |
tree | 40d543e4cc1e17ad4289ca2224413ad88f1c249c /src/Wallabag | |
parent | 7c6b7a40d10f5868f4550a1fd95de7645de3d8fd (diff) | |
parent | 0df2a4b021e581c7661968a23e5c8dd5de5273c5 (diff) | |
download | wallabag-75a4b3b23fcc183d926eb7cc782762085661b2da.tar.gz wallabag-75a4b3b23fcc183d926eb7cc782762085661b2da.tar.zst wallabag-75a4b3b23fcc183d926eb7cc782762085661b2da.zip |
Merge pull request #2640 from wallabag/fix-openoriginal
Fixed entry shortcuts available in list view
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | 2 |
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 551486e0..e5bfc62c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig | |||
@@ -90,7 +90,7 @@ | |||
90 | </a> | 90 | </a> |
91 | </li> | 91 | </li> |
92 | <li> | 92 | <li> |
93 | <a title="{{ 'menu.top.search'|trans }}" class="waves-effect" href="javascript: void(null);" id="nav-btn-search"> | 93 | <a class="waves-effect tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.search'|trans }}" href="javascript: void(null);" id="nav-btn-search"> |
94 | <i class="material-icons">search</i> | 94 | <i class="material-icons">search</i> |
95 | </a> | 95 | </a> |
96 | </li> | 96 | </li> |