Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-05-04 14:59:19 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-07 09:54:08 +0300
commit4ec95dc404291c975b10ddfca1be6ae423886b03 (patch)
tree2f06bec5bff5856ff00bbba06dd837fbdd3ef4f3 /app/controllers/groups/runners_controller.rb
parentbb7597ef7dd7885814e5589992a32876a60c5e80 (diff)
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.rb1
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