Sha256: 1a6fcb6c59e31866dd8dc48ce14c4edf5a7570cbb7a2c52069f9f1b4aa598197

Contents?: true

Size: 558 Bytes

Versions: 6

Compression:

Stored size: 558 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 preserve(t('.link')), new_admin_session_path

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

Version data entries

6 entries across 6 versions & 1 rubygems

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