aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2017-12-28 20:24:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2018-01-12 10:07:46 +0100
commitf86c2b5fa6e8e681dbc6608e8272b63679336676 (patch)
tree76aa018154150b58e20c2df2be11b61d3ec0dbfc /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
parente9e3f938053174b93a0ee246600c5771d801e712 (diff)
downloadwallabag-f86c2b5fa6e8e681dbc6608e8272b63679336676.tar.gz
wallabag-f86c2b5fa6e8e681dbc6608e8272b63679336676.tar.zst
wallabag-f86c2b5fa6e8e681dbc6608e8272b63679336676.zip
Label replaced by a button on the nav search form
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
index 42f3c2cf..8d5d053e 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
@@ -2,7 +2,7 @@
2 {% if form_errors(form) %} 2 {% if form_errors(form) %}
3 <span class="black-text">{{ form_errors(form) }}</span> 3 <span class="black-text">{{ form_errors(form) }}</span>
4 {% endif %} 4 {% endif %}
5 <button type="submit" class="new-entry-button"><i class="material-icons add">add</i></button> 5 <button type="submit" class="nav-form-button"><i class="material-icons add">add</i></button>
6 6
7 {% if form_errors(form.url) %} 7 {% if form_errors(form.url) %}
8 <span class="black-text">{{ form_errors(form.url) }}</span> 8 <span class="black-text">{{ form_errors(form.url) }}</span>