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)))
|
2014-01-08 14:09:01 +01:00
|
|
|
= simple_form_for @user, :url => {:action => 'update_password', :id => @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'
|