diff --git a/app/views/bookmarks/_form.html.haml b/app/views/bookmarks/_form.html.haml index 5c94b3a6..8cdaef4e 100644 --- a/app/views/bookmarks/_form.html.haml +++ b/app/views/bookmarks/_form.html.haml @@ -2,7 +2,7 @@ %p = form.label :title, "Sujet du lien" - = form.text_field :title, autocomplete: 'off', required: 'required', spellcheck: 'true', maxlength: 100 + = form.text_field :title, autocomplete: 'off', required: 'required', spellcheck: 'true', maxlength: 160 %p = form.label :link, "Lien à partager" = form.text_field :link, autocomplete: 'off', required: 'required', spellcheck: 'false', maxlength: 1024