foodsoft/app/views/login/forgot_password.html.haml
2013-02-05 12:54:55 +01:00

7 lines
230 B
Text

- title t('.title')
= t('.body').html_safe
= simple_form_for User.new, url: {action: 'reset_password'} do |form|
= form.input :email
.form-actions
= form.submit t('.submit'), class: 'btn'
= link_to t('.cancel'), :back