Sha256: 8b0e914602b7d76a4d4e31ac17eacd74f56936d57ff18d22e7371773a90f780d

Contents?: true

Size: 554 Bytes

Versions: 8

Compression:

Stored size: 554 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
    = box_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
    = box_button_tag t('admin.buttons.change_password')

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/passwords/edit.html.haml
locomotive_cms-1.0.0.beta app/views/admin/passwords/edit.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/passwords/edit.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/passwords/edit.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/passwords/edit.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/passwords/edit.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/passwords/edit.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/passwords/edit.html.haml