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/views/groups/runners/edit.html.haml
parentbb7597ef7dd7885814e5589992a32876a60c5e80 (diff)
Share _form and show for project, instance and group runners
Diffstat (limited to 'app/views/groups/runners/edit.html.haml')
-rw-r--r--app/views/groups/runners/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/runners/edit.html.haml b/app/views/groups/runners/edit.html.haml
index 89e64059610..d4993d9c235 100644
--- a/app/views/groups/runners/edit.html.haml
+++ b/app/views/groups/runners/edit.html.haml
@@ -3,4 +3,4 @@
%h4 Runner ##{@runner.id}
%hr
- = render 'form', runner: @runner, runner_form_url: group_runner_path(@group, @runner)
+ = render 'shared/runners/form', runner: @runner, runner_form_url: group_runner_path(@group, @runner)