Sha256: c2d3a44940ee06d8608736fa08d0829c2bf347757a48dc1329d4dab6fc834277
Contents?: true
Size: 404 Bytes
Versions: 76
Compression:
Stored size: 404 Bytes
Contents
<h2>Resend confirmation instructions</h2> <%= bootstrap_form_for(resource, as: resource_name, url: contact_email_confirmation_path, html: { method: :post , class: 'col-md-7' }) do |f| %> <%= render "devise/shared/error_messages", resource: resource %> <%= f.email_field :email, :autofocus => true %> <div><%= f.submit "Resend confirmation instructions" %></div> <% end %>
Version data entries
76 entries across 76 versions & 1 rubygems