aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-08 15:42:05 +0100
committerGitHub <noreply@github.com>2016-11-08 15:42:05 +0100
commit89e167a45a4815900377743c5ba202ab481d61a4 (patch)
treee9b5a3601ab2dd10dbb1dd1f95bbdca48e325215 /src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig
parent41c2178685a93999a48842ab79b08091c0345c59 (diff)
parentdf30af69d2f27914fec5b8d925472d4fdd378bf2 (diff)
downloadwallabag-89e167a45a4815900377743c5ba202ab481d61a4.tar.gz
wallabag-89e167a45a4815900377743c5ba202ab481d61a4.tar.zst
wallabag-89e167a45a4815900377743c5ba202ab481d61a4.zip
Merge pull request #2553 from wallabag/add-tagform-mobile
Added new tag form in mobile view for Material theme
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig
index 6e552560..b702c4b6 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig
@@ -9,5 +9,6 @@
9 9
10 {{ form_widget(form.label, { 'attr': {'autocomplete': 'off'} }) }} 10 {{ form_widget(form.label, { 'attr': {'autocomplete': 'off'} }) }}
11 11
12 {{ form_rest(form) }} 12 {{ form_widget(form.add, {'attr': {'class': 'btn waves-effect waves-light hide-on-large-only'}}) }}
13 {{ form_widget(form._token) }}
13</form> 14</form>