diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-11-23 14:44:05 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-11-30 17:06:46 +0000 |
commit | 43e5009a301d474225bf39e0efc5766b4b6be0c1 (patch) | |
tree | 1162ee20f1e3dc87a7036cd493b6695d5f437770 /app/controllers/projects/pipelines_controller.rb | |
parent | 77337a82f0e2ee3d600d7ece248a110cbc3ef58d (diff) | |
download | gitlab-ce-43e5009a301d474225bf39e0efc5766b4b6be0c1.tar.gz |
Pipelines tabs
Diffstat (limited to 'app/controllers/projects/pipelines_controller.rb')
-rw-r--r-- | app/controllers/projects/pipelines_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/projects/pipelines_controller.rb b/app/controllers/projects/pipelines_controller.rb index 533af80aee0..de58f84f105 100644 --- a/app/controllers/projects/pipelines_controller.rb +++ b/app/controllers/projects/pipelines_controller.rb @@ -32,6 +32,10 @@ class Projects::PipelinesController < Projects::ApplicationController def show end + def builds + render 'show' + end + def retry pipeline.retry_failed(current_user) |