Sha256: 534fb21378954939ec4bb38e77b2e2f7f5e2f719de4606abbbd75726c5c2f61e
Contents?: true
Size: 490 Bytes
Versions: 12
Compression:
Stored size: 490 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 "binda/users/shared/links" %>
Version data entries
12 entries across 12 versions & 1 rubygems