Messagerie: remove useless class

This commit is contained in:
Simon Lehericey 2017-07-24 09:53:43 +02:00 committed by Mathieu Magnin
parent 3b7244675d
commit 2aa8c1d272

View file

@ -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'