messagerie: improve the textarea placeholder
This commit is contained in:
parent
92dd91a31b
commit
b4fe6e236e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
= form_for(commentaire, url: form_url, html: { class: 'form' }) do |f|
|
||||
= f.text_area :body, rows: 5, placeholder: 'Répondre ici', required: true, class: 'message-textarea'
|
||||
= f.text_area :body, rows: 5, placeholder: 'Écrivez votre message à l’administration ici', required: true, class: 'message-textarea'
|
||||
.flex.justify-between.wrap
|
||||
%div
|
||||
= f.file_field :piece_jointe, id: 'piece_jointe', direct_upload: true
|
||||
|
|
Loading…
Reference in a new issue