Skip to content
Snippets Groups Projects
Commit f2dda0bd authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix syntax error

parent 6ea31cb7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment