mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-14 11:11:38 -05:00
Remove links to registration
This commit is contained in:
parent
aa83e84d72
commit
60b3d2a055
2 changed files with 0 additions and 7 deletions
|
|
@ -5,12 +5,6 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<%# if devise_mapping.registerable? && controller_name != 'registrations' %>
|
||||
<%# <div class='my-2'> %>
|
||||
<%#= link_to "Sign up", new_registration_path(resource_name) %>
|
||||
<%# </div> %>
|
||||
<%# end %>
|
||||
|
||||
<% if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
|
||||
<div class='my-2'>
|
||||
<%= link_to "Forgot your password?", new_password_path(resource_name) %>
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@
|
|||
</details>
|
||||
<% else %>
|
||||
<li><%= link_to 'Login', new_user_session_path %></li>
|
||||
<li><%#= link_to 'Register', new_user_registration_path %></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue