Sha256: 91a59732069809ef9d3831c54f8060d21e2a362e0840abb6081a354733f6af6e

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

h2
  | Resend confirmation instructions
= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
  = devise_error_messages!
  .field
    = f.label :email
    br
    = f.email_field :email, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email)
  .actions
    = f.submit "Resend confirmation 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/confirmations/new.slim
nippo_core-1.0.1 app/views/nippo_core/users/confirmations/new.slim
nippo_core-1.0.0 app/views/nippo_core/users/confirmations/new.slim
nippo_core-0.3.0 app/views/nippo_core/users/confirmations/new.slim
nippo_core-0.2.0 app/views/nippo_core/users/confirmations/new.slim
nippo_core-0.1.0 app/views/nippo_core/users/confirmations/new.slim