You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.total_count @teams.total_count
- json.teams @teams.each do |team|
- json.(team, :id, :name, :authorize)
- json.can_remove !team.includes_all_project && team&.organization&.repo_admin_change_team_access
- end
|