Sha256: 1b9bb45d69c185476bdd3bd1a22d2812114a0cc5485c082422735805bf78a5b0
Contents?: true
Size: 356 Bytes
Versions: 5
Compression:
Stored size: 356 Bytes
Contents
<h2>Resend confirmation instructions</h2> <%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> <p><%= f.label :email %><br /> <%= f.text_field :email %></p> <p><%= f.submit "Resend confirmation instructions" %></p> <% end %> <%= render :partial => "devise/shared/links" %>
Version data entries
5 entries across 5 versions & 1 rubygems