Sha256: cafe45a311372bd658d58902b4eb871accb444230919ba6cc6ca0e4c11d9330a

Contents?: true

Size: 429 Bytes

Versions: 12

Compression:

Stored size: 429 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 t('.link'), new_admin_session_path
        
  .footer
    = login_button_tag t('admin.buttons.send_password')

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
locomotive_cms-0.0.3.3 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.3.1 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.9 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.8 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.7 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.6 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.5 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.4 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.3 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.2 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2.1 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.2 app/views/admin/passwords/new.html.haml