Add registration form

This commit is contained in:
2023-04-13 19:52:23 +02:00
parent 0ddf6b9d22
commit bd2557d261
7 changed files with 34 additions and 45 deletions

View File

@@ -1,7 +1,3 @@
<%- if controller_name != 'sessions' %>
<%= link_to "Log in", new_session_path(resource_name) %><br />
<% end %>
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
<%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %><br />
<% end %>