<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%> <!-- 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 -->