Sha256: ba4aa8b104cb10ff959a7826f64dd764a6337a973285a9883ae0d116bc9fe064

Contents?: true

Size: 549 Bytes

Versions: 5

Compression:

Stored size: 549 Bytes

Contents

- title t('.title')

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

Version data entries

5 entries across 5 versions & 1 rubygems

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