houdini/app/views/components/_top_nav_links.html.erb

13 lines
329 B
Text
Raw Normal View History

<!-- partial start: components/nav_top_links -->
<% if current_user %>
<a href='<%= destroy_user_session_path %>'>
<span class='hoverUnderline' >Logout</span>
</a>
<% else %>
<a open-modal='loginModal'>
<span class='hoverUnderline loginLink' >Login</span>
</a>
<% end %>
<!-- partial start: components/nav_top_links -->