forgeplus/app/views/ci/templates/show.json.jbuilder

10 lines
267 B
Ruby

json.id @template.id
json.template_name @template.template_name
json.stage_type @template.stage_type
json.category @template.category
json.content @template.content
json.login @template.login
json.created_at @template.created_at
json.updated_at @template.updated_at