2016-02-08 19:32:18 +01:00
|
|
|
= devise_error_messages!
|
|
|
|
|
2016-07-18 11:23:03 +02:00
|
|
|
%br
|
2017-04-12 11:12:05 +02:00
|
|
|
#form-login
|
2017-01-03 14:53:56 +01:00
|
|
|
.flag
|
|
|
|
= image_tag(image_url(LOGO_NAME))
|
2016-02-08 19:32:18 +01:00
|
|
|
%br
|
|
|
|
%h2#gestionnaire_login Mot de passe oublié
|
|
|
|
|
|
|
|
%br
|
|
|
|
%br
|
2017-04-12 11:12:05 +02:00
|
|
|
#new-user
|
2016-02-08 19:32:18 +01:00
|
|
|
= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
|
|
|
|
%h4
|
|
|
|
= f.label :email
|
|
|
|
.input-group
|
|
|
|
.input-group-addon
|
2016-11-14 17:33:45 +01:00
|
|
|
%span.fa.fa-user
|
2016-02-08 19:32:18 +01:00
|
|
|
= f.email_field :email, class: 'form-control', placeholder: 'Email'
|
|
|
|
%br
|
|
|
|
%br
|
|
|
|
.actions
|
2017-04-06 17:18:03 +02:00
|
|
|
= f.submit "Renvoyer", class: 'btn btn-primary'
|
2017-04-04 15:27:04 +02:00
|
|
|
%br
|