forgeplus/app/views/organizations/team_projects/_detail.json.jbuilder

7 lines
256 B
Ruby

json.id team_project.id
json.project do
json.owner_name team_project&.project&.owner&.login
json.owner_image_url url_to_avatar(team_project&.project&.owner)
json.name team_project&.project&.name
json.identifier team_project&.project&.identifier
end