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>2015-08-24 11:59:53 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-24 11:59:53 +0200
commita754db33c9f1df9f4b6e8b2f580d51b6f3925c02 (patch)
treedd0bdc75b7585ab1b6880e559c00e1fa1ba22fad /src/Wallabag/CoreBundle/Resources/views/themes/material/Tag/new_form.html.twig
parent7083d183b9df11f350be0d7039f5f0e33536b94b (diff)
downloadwallabag-a754db33c9f1df9f4b6e8b2f580d51b6f3925c02.tar.gz
wallabag-a754db33c9f1df9f4b6e8b2f580d51b6f3925c02.tar.zst
wallabag-a754db33c9f1df9f4b6e8b2f580d51b6f3925c02.zip
fix #1378: nice display for tags list
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.twig1
1 files changed, 0 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 0b5a530d..0534a4cc 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,7 +9,6 @@
9 {% endif %} 9 {% endif %}
10 10
11 {{ form_widget(form.label, { 'attr': {'autocomplete': 'off'} }) }} 11 {{ form_widget(form.label, { 'attr': {'autocomplete': 'off'} }) }}
12 {{ form_widget(form.save, { 'attr': {'class': 'btn waves-effect waves-light'}, 'label': 'add tag' }) }}
13 12
14 <div class="hidden">{{ form_rest(form) }}</div> 13 <div class="hidden">{{ form_rest(form) }}</div>
15</form> 14</form>