la boite de suggestion d'email est en dessous du champ email
This commit is contained in:
parent
fb3f82074d
commit
fdec2e04c3
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
|||
= form_for resource, url: user_registration_path, html: { class: "form" } do |f|
|
||||
%h1 Créez-vous un compte demarches-simplifiees.fr
|
||||
|
||||
= f.label :email, "Email"
|
||||
= f.text_field :email, autofocus: true, placeholder: "Votre adresse email"
|
||||
|
||||
.suspect-email.hidden
|
||||
.question Vouliez-vous dire <span class="suggested-email">blabla@gmail.com</span> ?
|
||||
.answer
|
||||
|
@ -13,9 +16,6 @@
|
|||
= button_tag type: 'button', class:'button', onclick: "DS.discardEmailSuggestionBox()" do
|
||||
Non
|
||||
|
||||
= 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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue