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

10 lines
259 B
Plaintext
Raw Normal View History

2021-01-12 10:23:26 +08:00
json.id template.id
json.template_name template.template_name
json.stage_type template.stage_type
json.category template.category
json.content template.content
2021-01-26 17:15:53 +08:00
json.login template.login
2021-01-12 10:23:26 +08:00
json.created_at template.created_at
json.updated_at template.updated_at