% provide(:head_title, t("repositories.index.head_title")) %> <% if current_team %> <%= render partial: "repositories/breadcrumbs.html.erb", locals: { teams: @teams, current_team: current_team, type: @type } %> <% if @repositories.present? %>
<%=t 'repositories.index.no_repositories' %>
<% end %> <% else %><%=t 'repositories.index.no_teams.text' %>