=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"
%td
%span=@team.human_max_project_access(project)
-ifcurrent_user.can?(:admin_user_team,@team)
-else
%td.bgred
%p.nothing_here_message This team has no projects yet
=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"