2013-02-05 12:54:55 +01:00
|
|
|
- title t('.title')
|
2013-09-20 22:40:13 +02:00
|
|
|
= raw t('.body', user: h(show_user(@user)))
|
2013-10-30 01:56:23 +01:00
|
|
|
= simple_form_for @user, :url => update_password_path(@user.id, :token => @user.reset_password_token) do |form|
|
2012-08-24 11:11:40 +02:00
|
|
|
= form.input :password
|
|
|
|
= form.input :password_confirmation
|
2012-10-08 11:51:56 +02:00
|
|
|
.form-actions
|
2013-02-05 12:54:55 +01:00
|
|
|
= form.submit t('.submit'), class: 'btn'
|