%td=link_to'Remove from team',admin_team_member_path(tm),confirm: 'Are you sure?',method: :delete,class: "btn small danger"
%td=link_to'Remove from team',admin_project_member_path(project.path_with_namespace,tm.user.username),confirm: 'Are you sure?',method: :delete,class: "btn small danger"