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

14 lines
426 B
Text
Raw Normal View History

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<!-- 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 -->