Sha256: c450a49923792d8c67df1b9431d489938724ac84a88992e3483f8cfa32a20729

Contents?: true

Size: 739 Bytes

Versions: 2

Compression:

Stored size: 739 Bytes

Contents

- title t('locomotive.passwords.edit.title')

.public-form
  .public-form-text
    h3= t('locomotive.passwords.edit.title')
    p= t('locomotive.passwords.edit.description')

  = locomotive_form_for(resource, as: resource_name, url: locomotive_account_password_path, html: { method: :put }) do |f|
    = f.hidden_field :reset_password_token

    = f.inputs do
      = f.input :password, label: t('.password'), required: false
      = f.input :password_confirmation, required: false, label: false, placeholder: t('locomotive.passwords.edit.password_confirmation')

    = f.actions do
      = f.button :submit, t('.submit'), class: 'btn btn-primary'

= link_to t('.link').html_safe, new_locomotive_account_session_path, class: "public-link"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotivecms-3.0.0.rc4 app/views/locomotive/passwords/edit.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/passwords/edit.html.slim