aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
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/Entry
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/Entry')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig
index bba6adb1..f25de94d 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig
@@ -7,6 +7,8 @@
7 <span class="black-text">{{ form_errors(form.term) }}</span> 7 <span class="black-text">{{ form_errors(form.term) }}</span>
8 {% endif %} 8 {% endif %}
9 9
10 <input type="hidden" name="currentRoute" value="{{ currentRoute }}" />
11
10 {{ form_widget(form.term, { 'attr': {'autocomplete': 'off', 'placeholder': 'entry.search.placeholder'} }) }} 12 {{ form_widget(form.term, { 'attr': {'autocomplete': 'off', 'placeholder': 'entry.search.placeholder'} }) }}
11 13
12 {{ form_rest(form) }} 14 {{ form_rest(form) }}