2023-08-06 15:52:05 -07:00
|
|
|
<%- if controller_name != 'sessions' %>
|
2024-04-08 04:02:54 -07:00
|
|
|
<%= link_to "Log in", new_auth_user_session_path %><br />
|
2023-08-06 15:52:05 -07:00
|
|
|
<% end %>
|
|
|
|
|
2024-04-08 04:02:54 -07:00
|
|
|
<%- if controller_name != 'auth_users' %>
|
|
|
|
<%= link_to "Sign up", new_auth_user_path %><br />
|
2023-08-06 15:52:05 -07:00
|
|
|
<% end %>
|
|
|
|
|
2024-04-08 04:02:54 -07:00
|
|
|
<%- if controller_name != 'passwords' && controller_name != 'registrations' %>
|
|
|
|
<%= link_to "Forgot your password?", new_auth_user_password_path %><br />
|
2023-08-06 15:52:05 -07:00
|
|
|
<% end %>
|