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