Skip to content
Snippets Groups Projects
Commit 9e0d3f6e authored by Douwe Maan's avatar Douwe Maan
Browse files

Remove unused param.

parent 84aa1f97
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,11 +46,7 @@ class Projects::BuildsController < Projects::ApplicationController
 
build = Ci::Build.retry(@build)
 
if params[:return_to]
redirect_to URI.parse(params[:return_to]).path
else
redirect_to build_path(build)
end
redirect_to build_path(build)
end
 
def status
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