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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-19 23:56:25 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2016-11-21 15:43:37 +0300
commite74e53ae98bd7656eb84e907e25f2ad0b70afde9 (patch)
treefa0ad75c7166360899257d82af0c24c5bd574d34 /app/views/admin/services/_form.html.haml
parent8e5ad7c01a3617f57d4750d0be8d8d7405e70137 (diff)
Pass @service using subject
Diffstat (limited to 'app/views/admin/services/_form.html.haml')
-rw-r--r--app/views/admin/services/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/services/_form.html.haml b/app/views/admin/services/_form.html.haml
index f313c2d9032..e5b8ebdf613 100644
--- a/app/views/admin/services/_form.html.haml
+++ b/app/views/admin/services/_form.html.haml
@@ -4,7 +4,7 @@
%p #{@service.description} template
= form_for :service, url: admin_application_settings_service_path, method: :put, html: { class: 'form-horizontal fieldset-form' } do |form|
- = render 'shared/service_settings', form: form
+ = render 'shared/service_settings', form: form, subject: @service
.footer-block.row-content-block
.form-actions