Sha256: 97dba7f42b46bed2f4cdf86278112e5590293d7afb75bbe6f562af29b9dbc9a8
Contents?: true
Size: 442 Bytes
Versions: 32
Compression:
Stored size: 442 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 %> <div class="inputs"> <%= f.input :email, :required => true %> </div> <div class="actions"> <%= f.button :submit, "Resend confirmation instructions" %> </div> <% end %> <%= render :partial => "devise/shared/links" %>
Version data entries
32 entries across 32 versions & 7 rubygems