diff options
author | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-04 13:59:19 +0200 |
---|---|---|
committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-07 08:54:08 +0200 |
commit | 4ec95dc404291c975b10ddfca1be6ae423886b03 (patch) | |
tree | 2f06bec5bff5856ff00bbba06dd837fbdd3ef4f3 /app/controllers/groups/runners_controller.rb | |
parent | bb7597ef7dd7885814e5589992a32876a60c5e80 (diff) | |
download | gitlab-ce-4ec95dc404291c975b10ddfca1be6ae423886b03.tar.gz |
Share _form and show for project, instance and group runners
Diffstat (limited to 'app/controllers/groups/runners_controller.rb')
-rw-r--r-- | app/controllers/groups/runners_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups/runners_controller.rb b/app/controllers/groups/runners_controller.rb index 19ab4a50959..3a9d1da3c47 100644 --- a/app/controllers/groups/runners_controller.rb +++ b/app/controllers/groups/runners_controller.rb @@ -3,6 +3,7 @@ class Groups::RunnersController < Groups::ApplicationController before_action :set_runner, only: [:edit, :update, :destroy, :pause, :resume, :show] def show + render 'shared/runners/show' end def edit |