Sha256: 11dcf22cf90bbff0366ce7d2f38cef3f95b740eed13e625cc939517ad43516f5

Contents?: true

Size: 471 Bytes

Versions: 8

Compression:

Stored size: 471 Bytes

Contents

.devise-form-page.wrap
  .wrap.wrap__narrow-ultra
    %h2 Forgot your password?
    = form_for(resource,
              as: resource_name,
              url: password_path(resource_name),
              html: { method: :post }) do |f|
      = devise_error_messages!
      .field
        = f.label :email
        = f.email_field :email, autofocus: true
      .actions
        = f.submit 'Send me reset password instructions', class: 'btn'
    = render 'devise/shared/links'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/devise/passwords/new.html.haml
cd2_catton_cms-1.1.34 app/views/devise/passwords/new.html.haml
cd2_catton_cms-1.1.33 app/views/devise/passwords/new.html.haml
cd2_catton_cms-1.1.32 app/views/devise/passwords/new.html.haml
cd2_catton_cms-1.1.31 app/views/devise/passwords/new.html.haml
cd2_catton_cms-1.1.30 app/views/devise/passwords/new.html.haml
cd2_catton_cms-1.1.20 app/views/devise/passwords/new.html.haml
cd2_catton_cms-1.1.10 app/views/devise/passwords/new.html.haml