Sha256: 7e822a7bed04408d83a3c2854abea50337bcef520e8ca3701418c2b8ad5715f9
Contents?: true
Size: 494 Bytes
Versions: 4
Compression:
Stored size: 494 Bytes
Contents
<h2>Forgot your password?</h2> <% form_for resource_name, :url => password_path(resource_name) do |f| %> <%= f.error_messages %> <p><%= f.label :email %></p> <p><%= f.text_field :email %></p> <p><%= f.submit "Send me reset password instructions" %></p> <% end %> <%= link_to "Sign in", new_session_path(resource_name) %><br /> <%- if devise_mapping.confirmable? %> <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %><br /> <% end -%>
Version data entries
4 entries across 3 versions & 1 rubygems