更新 _sessions_header.html.erb

This commit is contained in:
钟进 2020-07-07 07:35:42 +00:00
parent b9657ba38a
commit d75b1fc087

View File

@ -6,7 +6,7 @@
<%= 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="https://carto.com">carto.com</a></div>
<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>