<% if user_signed_in? %> <% else %>
  • <%= link_to('Login', new_user_session_path, id:"login_link") %>
  • <% end %>