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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-10 14:19:25 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-19 23:01:53 +0300
commitbf9cc351c28a349ca4c573978c869d2b90209d52 (patch)
treea7b8fa4f4e735c964b4d7ba0ba190bb9bae021d5 /app/views/projects/runners/edit.html.haml
parent0fd100d28d3748de90aabc3dbbb789e37399f224 (diff)
Add minor corrections related to config of runner
Diffstat (limited to 'app/views/projects/runners/edit.html.haml')
-rw-r--r--app/views/projects/runners/edit.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/runners/edit.html.haml b/app/views/projects/runners/edit.html.haml
index e4aa98080e5..95706888655 100644
--- a/app/views/projects/runners/edit.html.haml
+++ b/app/views/projects/runners/edit.html.haml
@@ -2,7 +2,5 @@
%h4 Runner ##{@runner.id}
-= form_errors(@runner)
-
%hr
= render 'form', runner: @runner, runner_form_url: runner_path(@runner)