Sha256: 7fc941bc48c88bcb99fdfe02b11e5b056001703f63e41f34f37cd6c0ee22bd68
Contents?: true
Size: 487 Bytes
Versions: 30
Compression:
Stored size: 487 Bytes
Contents
<h2>Resend confirmation instructions</h2> <% form_for resource_name, resource, :url => confirmation_path(resource_name) do |f| %> <%= f.error_messages %> <p><%= f.label :email %></p> <p><%= f.text_field :email %></p> <p><%= f.submit "Resend confirmation instructions" %></p> <% end %> <%= link_to "Sign in", new_session_path(resource_name) %><br /> <%- if devise_mapping.recoverable? %> <%= link_to "Forgot password?", new_password_path(resource_name) %><br /> <% end -%>
Version data entries
30 entries across 30 versions & 3 rubygems