summaryrefslogtreecommitdiff
path: root/app/views/admin/background_jobs
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-24 12:58:23 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-24 12:58:23 +0200
commit0c0beec26e4e864dec27b4755f420cb593c0d828 (patch)
tree24583e8fce3977d6310bd26e231f3fce842843fc /app/views/admin/background_jobs
parentdac67ed65f22db82bbeeaaa8532460ba772b7311 (diff)
downloadgitlab-ce-0c0beec26e4e864dec27b4755f420cb593c0d828.tar.gz
use .body instaed of .ui-box-body
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 5ba67591f35..e5af56ffc5c 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -5,7 +5,7 @@
.ui-box
.title Sidekiq running processes
- .ui-box-body
+ .body
- if @sidekiq_processes.empty?
%h4.cred
%i.icon-warning-sign