engine/app/views/locomotive/passwords/new.html.haml

17 lines
431 B
Plaintext
Raw Normal View History

2010-04-22 23:52:11 +00:00
- title t('.title')
= semantic_form_for(resource, :as => resource_name, :url => locomotive_account_password_path) do |f|
2010-07-21 23:56:42 +00:00
2010-04-22 23:52:11 +00:00
= f.hidden_field :reset_password_token
2010-07-21 23:56:42 +00:00
2010-04-22 23:52:11 +00:00
.inner
= flash_message
2010-07-21 23:56:42 +00:00
2010-04-22 23:52:11 +00:00
= f.inputs do
= f.input :email, :label => t('.email'), :required => false
2010-07-21 23:56:42 +00:00
2010-04-22 23:52:11 +00:00
%p.link
= link_to preserve(t('.link')), new_locomotive_account_session_path
2010-07-21 23:56:42 +00:00
2010-04-22 23:52:11 +00:00
.footer
= submit_tag t('locomotive.buttons.send_password')