impress/app/views/devise/shared/_links.html.erb

12 lines
382 B
Text
Raw Normal View History

<%- if controller_name != 'sessions' %>
<%= link_to "Log in", new_auth_user_session_path %><br />
<% end %>
<%- if controller_name != 'auth_users' %>
<%= link_to "Sign up", new_auth_user_path %><br />
<% end %>
<%- if controller_name != 'passwords' && controller_name != 'registrations' %>
<%= link_to "Forgot your password?", new_auth_user_password_path %><br />
<% end %>