=link_to'Remove',remove_member_admin_team_path(@team,member_id: member.id),confirm: 'Remove project from team and move to global namespace. Are you sure?',method: :delete,class: "btn danger small"
=link_to'Relegate',relegate_project_admin_team_path(@team,project_id: project.id),confirm: 'Remove project from team and move to global namespace. Are you sure?',method: :delete,class: "btn danger small"