Sha256: 9a8ad4ba493831cf4cd6b6e99ab7934cf733980755b8df8215665cccd4760437

Contents?: true

Size: 562 Bytes

Versions: 12

Compression:

Stored size: 562 Bytes

Contents

- title t('.title')

= semantic_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f|

  = f.hidden_field :reset_password_token

  .inner
    = login_flash_message
    
    = f.inputs do
      = f.input :password, :label => t('.password'), :required => false
      = f.input :password_confirmation, :label => t('.password_confirmation'), :required => false
  
    %p.link
      = link_to t('.link'), new_admin_session_path
        
  .footer
    = login_button_tag t('admin.buttons.change_password')

Version data entries

12 entries across 12 versions & 1 rubygems

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