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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:57:27 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:57:27 +0400
commita2b3eb134a5549bf9c80a8ee0f950a4c67777413 (patch)
tree03d465f409189c30f20fa5b4161140f10cc2db7d /app/views/admin/background_jobs
parent38ff5d1ab9d9eb5d09bbc8498410b770445b698e (diff)
Move from ui-box to panels
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 dcb3bfcda6e..c79d1280dd9 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -5,7 +5,7 @@
.panel.panel-default
.panel-heading Sidekiq running processes
- .body
+ .panel-body
- if @sidekiq_processes.empty?
%h4.cred
%i.icon-warning-sign