diff --git a/app/views/backoffice/avis/sign_up.html.haml b/app/views/backoffice/avis/sign_up.html.haml index faeb3dadb..9aa3c5bcc 100644 --- a/app/views/backoffice/avis/sign_up.html.haml +++ b/app/views/backoffice/avis/sign_up.html.haml @@ -5,11 +5,11 @@ .right %h1 Créez-vous un compte - = form_for(Gestionnaire.new, url: { controller: 'backoffice/avis', action: :create_gestionnaire }, method: :post) do |f| - = f.label :email, 'Email' + = form_for(Gestionnaire.new, url: { controller: "backoffice/avis", action: :create_gestionnaire }, method: :post) do |f| + = f.label :email, "Email" = f.email_field :email, value: @email, disabled: true - = f.label :password, 'Mot de passe' - = f.password_field :password, autofocus: true, required: true, placeholder: '8 caractères minimum' + = f.label :password, "Mot de passe" + = f.password_field :password, autofocus: true, required: true, placeholder: "8 caractères minimum" %button Créer un compte