aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-01-15 15:21:43 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-01-15 15:21:43 +0100
commit790573d45899504bdecd2573c8f64018e23b139e (patch)
tree58715ecffdaa63660f30447e64fcf892d06a223f /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry
parent9ee44a109a93ce8af5a85fb1ba349d390623454d (diff)
parent5c072d2b57b2b5f95b25411909ac8a6af2ef6ebe (diff)
downloadwallabag-790573d45899504bdecd2573c8f64018e23b139e.tar.gz
wallabag-790573d45899504bdecd2573c8f64018e23b139e.tar.zst
wallabag-790573d45899504bdecd2573c8f64018e23b139e.zip
Merge pull request #1560 from wallabag/v2-quickstart
Fix #1501 Quickstart for beginners
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry')
-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 fda53e5b..47e3bc78 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
@@ -8,7 +8,7 @@
8 <span class="black-text">{{ form_errors(form.url) }}</span> 8 <span class="black-text">{{ form_errors(form.url) }}</span>
9 {% endif %} 9 {% endif %}
10 10
11 {{ form_widget(form.url, { 'attr': {'autocomplete': 'off'} }) }} 11 {{ form_widget(form.url, { 'attr': {'autocomplete': 'off', 'placeholder': 'http://website'} }) }}
12 12
13 <div class="hidden">{{ form_rest(form) }}</div> 13 <div class="hidden">{{ form_rest(form) }}</div>
14</form> 14</form>