=link_to'Edit max access',edit_team_project_path(@team,project),class: "btn small"
=link_to'Relegate',team_project_path(@team,project),confirm: 'Remove project from team and move to global namespace. Are you sure?',method: :delete,class: "btn danger small"
-ifcurrent_user.can?(:admin_user_team,@team)
%td.bgred
=link_to'Edit max access',edit_team_project_path(@team,project),class: "btn small"
=link_to'Relegate',team_project_path(@team,project),confirm: 'Remove project from team and move to global namespace. Are you sure?',method: :delete,class: "btn danger small"
-else
%p.nothing_here_message This team has no projects yet