Commit 9d441b06 by nnnghia98

first edit this branch

parent 31dc3481
<%- if controller_name != "sessions" %>
<<<<<<< HEAD
<%= link_to "Log in", new_session_path(resource_name) %><br/>
<% end %>
......@@ -8,6 +9,17 @@
<%- if devise_mapping.recoverable? && controller_name != "passwords" && controller_name != "registrations" %>
<%= link_to "Forgot your password?", new_password_path(resource_name) %><br/>
=======
<%= link_to "Log in", new_session_path(resource_name) %><br />
<% end %>
<%- if devise_mapping.registerable? && controller_name != "registrations" %>
<%= link_to "Sign up", new_registration_path(resource_name) %><br />
<% end %>
<%- if devise_mapping.recoverable? && controller_name != "passwords" && controller_name != "registrations" %>
<%= link_to "Forgot your password?", new_password_path(resource_name) %><br />
>>>>>>> first edit this branch
<% end %>
<%- if devise_mapping.confirmable? && controller_name != "confirmations" %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment