Sha256: 0acd04da89e40ca8b98e3291931ab0b4f7ea3e47371ddbcbdbcc268c9a8dde44
Contents?: true
Size: 484 Bytes
Versions: 15
Compression:
Stored size: 484 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 "users/shared/links" %>
Version data entries
15 entries across 15 versions & 3 rubygems