Sha256: 25df76893f7a0d8781a4de6fb54e4360a896ece262593eb8b71dec53eea17f38

Contents?: true

Size: 421 Bytes

Versions: 6

Compression:

Stored size: 421 Bytes

Contents

- title t('.title')

= semantic_form_for(resource, :as => resource_name, :url => password_path(resource_name)) do |f|

  = f.hidden_field :reset_password_token

  .inner
    = login_flash_message

    = f.inputs do
      = f.input :email, :label => t('.email'), :required => false

    %p.link
      = link_to preserve(t('.link')), new_admin_session_path

  .footer
    = login_button_tag t('admin.buttons.send_password')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.4 app/views/admin/passwords/new.html.haml