done with login signup

This commit is contained in:
Ethan Fraenkel
2018-08-28 15:34:52 +02:00
parent d12fa2a46b
commit 6f091b96aa
6 changed files with 93 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
<% end -%>
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
<%= link_to "Sign up", new_registration_path(resource_name) %><br />
<%#= link_to "Sign up", new_registration_path(resource_name) %><!-- <br /> -->
<% end -%>
<%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>