16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
#new_forum_topic
|
|
%h1 Mot de passe perdu
|
|
|
|
= form_tag forum_password_resets_path do
|
|
%p
|
|
= label_tag :email, "email :"
|
|
= text_field_tag :email, params[:email]
|
|
|
|
%p= submit_tag "Se connecter", :class => "btn btn-primary"
|
|
|
|
%p
|
|
|
|
=link_to "Pas encore inscrit ?", new_forum_forum_user_path
|
|
="-"
|
|
=link_to "Connexion", new_forum_auth_path
|
|
|