Commit 28e15c0a by nnnghia98

edit "log in"

parent 1bc1aba8
......@@ -19,7 +19,7 @@
<% end %>
<div class="actions">
<%= f.submit "Login", class: "btn btn-primary" %>
<%= f.submit "Log in", class: "btn btn-primary" %>
</div>
<% end %>
......
<%- if controller_name != 'sessions' %>
<%= link_to "Login", new_session_path(resource_name) %><br />
<%= link_to "Log in", new_session_path(resource_name) %><br />
<% end %>
<%- if devise_mapping.registerable? && controller_name != "registrations" %>
......
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