=link_to'Remove',admin_team_member_path(@team,member),confirm: 'Remove member from team. Are you sure?',method: :delete,class: "btn btn-remove small",id: "remove_member_#{member.id}"
=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}"
%fieldset
%legend
Projects (#{@team.projects.count})
%span=link_to'Add projects',new_admin_team_project_path(@team),class: "btn btn-primary small right",id: :assign_projects_to_team
=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 small"
=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"