cartodb/app/views/admin/shared/_sessions_header.html.erb

15 lines
530 B
Plaintext
Raw Permalink Normal View History

2020-06-15 10:58:47 +08:00
<header class="Sessions-header">
<div class="u-inner">
<nav class="Navbar <%= align %>">
<div class="Navbar-header">
<div class="Navbar-title">
<%= render_organization_avatar %>
</div>
<% if !Cartodb.config[:cartodb_com_hosted].present? && @organization.present? %>
2020-07-07 15:35:42 +08:00
<div class="Navbar-text">Not part of <%= @organization.name %>? Go to <a class="Navbar-textLink" href="http://www.spacen.net">spacen.net</a></div>
2020-06-15 10:58:47 +08:00
<% end %>
</div>
</nav>
</div>
</header>