standardize form title

This commit is contained in:
Mathieu Magnin 2017-06-20 10:09:19 +02:00
parent f74462d826
commit a69915d8b5
5 changed files with 9 additions and 14 deletions

View file

@ -3,9 +3,9 @@
%p.description= @dossier.procedure.libelle
%p.dossier Dossier nº #{@dossier.id}
.right
%h1 Créez-vous un compte
= form_for(Gestionnaire.new, url: { controller: "backoffice/avis", action: :create_gestionnaire }, method: :post, html: { class: "form" }) do |f|
%h1 Créez-vous un compte
= f.label :email, "Email"
= f.email_field :email, value: @email, disabled: true