Sha256: 9977eacc17a550698a7de1671b938c7a3b9519d75ec36992a722f415fd35cf95

Contents?: true

Size: 593 Bytes

Versions: 2

Compression:

Stored size: 593 Bytes

Contents

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

.public-form
  .public-form-text
    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

2 entries across 2 versions & 1 rubygems

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