Sha256: b6ee533f1826834815c20c0c55d9764ed27952b1557874965a8ed7ac2c281ebf
Contents?: true
Size: 421 Bytes
Versions: 5
Compression:
Stored size: 421 Bytes
Contents
%h2 Resend unlock instructions = simple_form_for resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post } do |f| = f.error_notification = f.full_error :unlock_token .form-inputs = f.input :email, required: true, autofocus: true .form-actions = f.button :submit, 'Resend unlock instructions' = render 'devise/shared/links'
Version data entries
5 entries across 5 versions & 1 rubygems