2010-04-22 23:52:11 +00:00
|
|
|
- title t('.title')
|
|
|
|
|
|
|
|
= semantic_form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
|
2010-07-28 00:42:33 +00:00
|
|
|
= f.hidden_field :remember_me, :value => 'true'
|
2010-07-09 10:38:50 +00:00
|
|
|
|
2010-04-22 23:52:11 +00:00
|
|
|
.inner
|
2010-10-27 00:11:44 +00:00
|
|
|
= box_flash_message
|
2010-04-22 23:52:11 +00:00
|
|
|
|
|
|
|
= f.inputs do
|
|
|
|
= f.input :email, :label => t('.email'), :required => false
|
|
|
|
= f.input :password, :label => t('.password'), :required => false
|
|
|
|
|
|
|
|
%p.link
|
2010-06-10 22:07:59 +00:00
|
|
|
= link_to t('.link'), new_admin_password_path
|
2010-07-23 23:57:18 +00:00
|
|
|
|
2010-04-22 23:52:11 +00:00
|
|
|
.footer
|
2010-10-27 00:11:44 +00:00
|
|
|
= box_button_tag t('admin.buttons.login')
|