Sha256: 87d6b97259ab8e40eba3ee1f16a11bd6581f1c40931c80dbf11639c488978772
Contents?: true
Size: 503 Bytes
Versions: 66
Compression:
Stored size: 503 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 "devise/shared/links" %>
Version data entries
66 entries across 54 versions & 8 rubygems