Messagerie: remove useless class
This commit is contained in:
parent
3b7244675d
commit
2aa8c1d272
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@
|
|||
%p= sanitize(commentaire.body)
|
||||
|
||||
= form_for(Commentaire.new, url: commentaire_dossier_path(@dossier.procedure, @dossier), html: { class: 'form' }) do |f|
|
||||
= f.text_area :body, class: 'new-commentaire', rows: 5, placeholder: 'Répondre ici', required: true
|
||||
= f.text_area :body, rows: 5, placeholder: 'Répondre ici', required: true
|
||||
= f.submit 'Envoyer', class: 'button send'
|
||||
|
|
Loading…
Add table
Reference in a new issue