You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
530 B

<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? %>
<div class="Navbar-text">Not part of <%= @organization.name %>? Go to <a class="Navbar-textLink" href="http://www.spacen.net">spacen.net</a></div>
<% end %>
</div>
</nav>
</div>
</header>