Commit f2dda0bd authored by Kamil Trzciński's avatar Kamil Trzciński

Fix syntax error

parent 6ea31cb7
...@@ -115,7 +115,7 @@ class Projects::PipelinesController < Projects::ApplicationController ...@@ -115,7 +115,7 @@ class Projects::PipelinesController < Projects::ApplicationController
@stage = pipeline.legacy_stage(params[:stage]) @stage = pipeline.legacy_stage(params[:stage])
return not_found unless @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 end
def retry def retry
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment