Sha256: 641e0bbca94d5d5f11b5358913494969f83a24a954c24abae06fa1f9a76cc75b

Contents?: true

Size: 543 Bytes

Versions: 8

Compression:

Stored size: 543 Bytes

Contents

- title t('.title')

= semantic_form_for(resource, as: resource_name, url: locomotive_account_password_url, 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

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.2.2 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.2.1 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.2.0 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.1.4 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.1.3 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.1.2 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.1.1 app/views/locomotive/passwords/edit.html.haml
locomotive_cms-2.1.0 app/views/locomotive/passwords/edit.html.haml