% provide(:head_title, t("projects.index.head_title")) %> <%= render partial: "shared/sidebar" %> <% if can_create_projects?(current_team) %>
<%=t 'projects.index.no_teams.text' %>
<%= link_to t('projects.index.no_teams.btn'), teams_path, class: 'btn btn-primary' %>