Nicolas Bally ef2a73636b initial 2
2015-02-24 23:47:26 +01:00

6 lines
352 B
Plaintext

= semantic_form_for @admin, :url => admin_password_reset_path(params[:id]) do |f|
=f.inputs do
= f.input :password, :placeholder => "Nouveau mot de passe", :label => false
= f.input :password_confirmation, :placeholder => "Confirmation", :label => false
= f.submit "Mettre à jour le mot de passe", :class => "btn btn-large btn-primary"