Sha256: bf6b4b819bb4c6a7e340a1fa7445c5ad8dda5115f718b0a087a9ef71ec36b051
Contents?: true
Size: 485 Bytes
Versions: 72
Compression:
Stored size: 485 Bytes
Contents
<h2>Resend confirmation instructions</h2> <%= 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 %> <div class="form-inputs"> <%= f.input :email, required: true, autofocus: true %> </div> <div class="form-actions"> <%= f.button :submit, "Resend confirmation instructions" %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
72 entries across 71 versions & 11 rubygems