aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-10 15:23:53 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-19 19:17:30 +0100
commit49b042dfdf33a0efd3c838e1476754e6019730d2 (patch)
tree6db14479ee9573cfdc44d435c0cc6d56bdae0c74 /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent398de40517356981a9fe1b9185f5f9e5e498c346 (diff)
downloadwallabag-49b042dfdf33a0efd3c838e1476754e6019730d2.tar.gz
wallabag-49b042dfdf33a0efd3c838e1476754e6019730d2.tar.zst
wallabag-49b042dfdf33a0efd3c838e1476754e6019730d2.zip
Added translations and currentRoute parameter
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 9437a2a8..551486e0 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -107,7 +107,7 @@
107 </ul> 107 </ul>
108 </div> 108 </div>
109 <div class="input-field nav-panel-search" style="display: none"> 109 <div class="input-field nav-panel-search" style="display: none">
110 {{ render(controller("WallabagCoreBundle:Entry:searchForm")) }} 110 {{ render(controller("WallabagCoreBundle:Entry:searchForm", {'currentRoute': app.request.attributes.get('_route')})) }}
111 <label for="search" class="active"><i class="material-icons search">search</i></label> 111 <label for="search" class="active"><i class="material-icons search">search</i></label>
112 <i class="material-icons close">clear</i> 112 <i class="material-icons close">clear</i>
113 </div> 113 </div>