Sha256: 9f48f7d2a1819b55e087ac5a09b7f962366087ed9f242e0d42817aaec09f0a71
Contents?: true
Size: 567 Bytes
Versions: 1
Compression:
Stored size: 567 Bytes
Contents
- title current_site ? current_site.name : t('locomotive.not_logged_in.title') = 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, label: t('.password_confirmation'), required: false = f.actions do = f.button :submit, t('.submit'), class: 'btn' br p= link_to t('.link').html_safe, new_locomotive_account_session_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms-3.0.0.rc2 | app/views/locomotive/passwords/edit.html.slim |