foodsoft/app/views/login/new_password.html.haml

8 lines
317 B
Plaintext
Raw Normal View History

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|
= form.input :password
= form.input :password_confirmation
.form-actions
2013-02-05 12:54:55 +01:00
= form.submit t('.submit'), class: 'btn'