From 9af0ff4a718025875dcbe6a54b4b613fd76dc216 Mon Sep 17 00:00:00 2001 From: moshenglv Date: Fri, 15 Jan 2021 11:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E6=9F=A5=E8=AF=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=BF=94=E5=9B=9E=E6=A8=A1=E6=9D=BF=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/ci/pipeline_stage_steps/_list.json.jbuilder | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/ci/pipeline_stage_steps/_list.json.jbuilder b/app/views/ci/pipeline_stage_steps/_list.json.jbuilder index 98acdc527..904df8341 100644 --- a/app/views/ci/pipeline_stage_steps/_list.json.jbuilder +++ b/app/views/ci/pipeline_stage_steps/_list.json.jbuilder @@ -3,9 +3,9 @@ json.step_name pipeline_stage_step.step_name json.stage_id pipeline_stage_step.stage_id json.show_index pipeline_stage_step.show_index json.content pipeline_stage_step.content +json.template_id pipeline_stage_step.template_id +json.category Ci::Template.find(pipeline_stage_step.template_id).category json.created_at pipeline_stage_step.created_at json.updated_at pipeline_stage_step.updated_at -json.template do - json.partial! "/ci/templates/list", template: Ci::Template.find(pipeline_stage_step.template_id) -end +