% provide(:head_title, t("libraries.index.head_title")) %> <% provide(:container_class, "no-second-nav-container") %> <% if current_team %> <%= render partial: "sidebar", locals: { repositories: @repositories } %> <% # show only if no repositories present. If the team will have them we will # handle this in left side navigation bar %>
<%=t 'libraries.index.no_libraries.no_permission_title' %>
<% end %>