Sha256: 9faea3b5e5eb11d4eb0b5c6f74fea19addc936b897f75d7a808c02fcccbbcd85

Contents?: true

Size: 349 Bytes

Versions: 6

Compression:

Stored size: 349 Bytes

Contents

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
    br
    = f.email_field :email, autofocus: true
  .actions
    = f.submit "Send me reset password instructions"
= render "nippo_core/users/shared/links"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nippo_core-1.0.2 app/views/nippo_core/users/passwords/new.slim
nippo_core-1.0.1 app/views/nippo_core/users/passwords/new.slim
nippo_core-1.0.0 app/views/nippo_core/users/passwords/new.slim
nippo_core-0.3.0 app/views/nippo_core/users/passwords/new.slim
nippo_core-0.2.0 app/views/nippo_core/users/passwords/new.slim
nippo_core-0.1.0 app/views/nippo_core/users/passwords/new.slim