% 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 } %> <% active_repo = @repositories.find_by_id(params[:repository]) %> <% active_repo = @repositories.first if !active_repo %>
<%=t 'repositories.index.no_teams.text' %>