Sha256: bdaafec806ba6a9f67551e6dcc9f8e2ab0d170a0b1493e1a9995a7bc1c753cf0
Contents?: true
Size: 652 Bytes
Versions: 19
Compression:
Stored size: 652 Bytes
Contents
- title t('locomotive.passwords.new.title') = link_to root_path, class: 'brand-logo' do = account_logo_tag .public-box .public-intro h3= t('locomotive.passwords.new.title') p= t('locomotive.passwords.new.description') = locomotive_form_for(resource, as: resource_name, url: locomotive_account_password_path) do |f| = f.hidden_field :reset_password_token = f.inputs do = flash_message = f.input :email, label: t('.email'), required: false = 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
19 entries across 19 versions & 1 rubygems