Sha256: fd74bf37c339da12accf16ac8042050498fa5bd07849e719a9a332d54317f7f3
Contents?: true
Size: 821 Bytes
Versions: 13
Compression:
Stored size: 821 Bytes
Contents
- title t('locomotive.passwords.edit.title') = link_to root_path, class: 'brand-logo' do = image_tag 'locomotive/logo-white.png' .public-box .public-intro 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
13 entries across 13 versions & 1 rubygems