demarches-normaliennes/app/views/users/registrations/new.html.haml

23 lines
817 B
Text
Raw Normal View History

.auth-form
= devise_error_messages!
= form_for resource, url: user_registration_path, html: { class: "form" } do |f|
%h1 Créez-vous un compte demarches-simplifiees.fr
2015-11-27 18:25:31 +01:00
= f.label :email, "Email"
= f.text_field :email, autofocus: true, placeholder: "Votre adresse email"
= f.label :password, "Mot de passe"
= f.password_field :password, value: @user.password, placeholder: "8 caractères minimum"
2015-11-27 18:25:31 +01:00
= f.submit "Créer un compte", class: "button large primary expand"
2017-06-21 14:20:22 +02:00
.separation.center
ou
2017-06-21 14:20:22 +02:00
.center
= image_tag "login-with-fc-hover.svg", style: "display: none"
= link_to "", france_connect_particulier_path, class: "login-with-fc"
2017-06-21 14:20:22 +02:00
.center
= link_to "Quest-ce que FranceConnect ?", "https://franceconnect.gouv.fr/", target: "_blank", rel: "noopener", class: "link"