Fix syntax error

This commit is contained in:
Kamil Trzciński 2018-05-02 14:15:24 +02:00
parent 6ea31cb7cd
commit f2dda0bd29
1 changed files with 1 additions and 1 deletions

View File

@ -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