Fix syntax error
This commit is contained in:
parent
6ea31cb7cd
commit
f2dda0bd29
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Projects::PipelinesController < Projects::ApplicationController
|
|||
@stage = pipeline.legacy_stage(params[:stage])
|
||||
return not_found unless @stage
|
||||
|
||||
render json: { html: view_to_html_string('projects/pipelines/_stage')) }
|
||||
render json: { html: view_to_html_string('projects/pipelines/_stage') }
|
||||
end
|
||||
|
||||
def retry
|
||||
|
|
Loading…
Reference in a new issue