Sha256: 8f82b9e73e0b861c9d3500d9aa94e3a896bf8bbceb0ef67f80f3fe48a31d2161

Contents?: true

Size: 416 Bytes

Versions: 5

Compression:

Stored size: 416 Bytes

Contents

- title t('.title')

= semantic_form_for(resource, :as => resource_name, :url => password_path) 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_account_session_path
        
  .footer
    = login_button_tag t('admin.buttons.send_password')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-0.0.1.4 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.1.3 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.1.2 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.1.1 app/views/admin/passwords/new.html.haml
locomotive_cms-0.0.1 app/views/admin/passwords/new.html.haml