diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-06 12:08:38 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-06 12:08:38 +0000 |
| commit | 6ab9cdec264a9caf7e4eb5519fcae5ac65a18b15 (patch) | |
| tree | 28afca02f01c1b9d22a5e4227521a575fae57bea /app/controllers/groups/runners_controller.rb | |
| parent | 497d517e130ac88cbdee69c4c9e88938e164fc52 (diff) | |
| download | gitlab-ce-6ab9cdec264a9caf7e4eb5519fcae5ac65a18b15.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/groups/runners_controller.rb')
| -rw-r--r-- | app/controllers/groups/runners_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/groups/runners_controller.rb b/app/controllers/groups/runners_controller.rb index edebffe2912..dbfd31ebcad 100644 --- a/app/controllers/groups/runners_controller.rb +++ b/app/controllers/groups/runners_controller.rb @@ -7,6 +7,8 @@ class Groups::RunnersController < Groups::ApplicationController before_action :runner, only: [:edit, :update, :destroy, :pause, :resume, :show] + feature_category :continuous_integration + def show render 'shared/runners/show' end |
