Sha256: 0b531622b2a6fd1ef9961afa63ba7c63e29390e83a9bcfba6663e112e95702b7
Contents?: true
Size: 465 Bytes
Versions: 13
Compression:
Stored size: 465 Bytes
Contents
<h2>Resend confirmation instructions</h2> <%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> <%= devise_error_messages! %> <div class="field"> <%= f.label :email %><br /> <%= f.email_field :email, autofocus: true %> </div> <div class="actions"> <%= f.submit "Resend confirmation instructions" %> </div> <% end %> <%= render "cms_admin_users/shared/links" %>
Version data entries
13 entries across 13 versions & 1 rubygems