Sha256: c5c534d7a2cb821a32f0284f4b7dc69135cf6683e98733c7031ef0f2b3260fc3
Contents?: true
Size: 405 Bytes
Versions: 40
Compression:
Stored size: 405 Bytes
Contents
%h2= t('resend.confirmation.instructions') = simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| = f.error_notification = f.full_error :confirmation_token .form-inputs = f.input :email, required: true, autofocus: true .form-actions = f.button :submit, t('resend.confirmation.instructions') = render "devise/shared/links"
Version data entries
40 entries across 40 versions & 2 rubygems