=link_to'Remove',admin_team_member_path(@team,member),confirm: 'Remove member from team. Are you sure?',method: :delete,class: "btn btn-remove btn-small",id: "remove_member_#{member.id}"
=link_to'Relegate',admin_team_project_path(@team,project),confirm: 'Remove project from team. Are you sure?',method: :delete,class: "btn btn-remove small",id: "relegate_project_#{project.id}"
=link_to'Edit max access',edit_team_project_path(@team,project),class: "btn 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 btn-remove small"