Sha256: d4623046e68624ffee791faa51443d58e97d4f599e0d91370b45c6123a484f75

Contents?: true

Size: 564 Bytes

Versions: 10

Compression:

Stored size: 564 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
    = 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_locomotive_account_session_path

  .footer
    = submit_tag t('locomotive.buttons.change_password')

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc11 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/passwords/edit.html.haml