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:
authorPascal Betz <pascal.betz@gmail.com>2016-09-07 22:59:29 +0300
committerPascal Betz <pascal.betz@gmail.com>2016-09-08 07:15:16 +0300
commitde6a44fae6273c44ef27ff55d13799efc9756acd (patch)
tree60d64d8534d627f3d413c467130c26dffcb7fd36 /app/views/admin/background_jobs
parent1112b5a28323bdcee5b7e910575097d1ccb6256c (diff)
feedback code review
Diffstat (limited to 'app/views/admin/background_jobs')
-rw-r--r--app/views/admin/background_jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index c2a312b2196..058919635da 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -29,7 +29,7 @@
%tbody
- @sidekiq_processes.each do |process|
%td= gitlab_config.user
- -parse_sidekiq_ps(process).each do |value|
+ - parse_sidekiq_ps(process).each do |value|
%td= value
.clearfix
%p