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>2013-05-30 10:46:28 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 10:46:28 +0400
commita52936f36a867dbdf40f0f45fd23db95e149480f (patch)
tree1325a945dcfa0617e1c4fcbcf9d60728b2904f6d /app/views/admin/background_jobs
parent84e4cfc6bbfa7251dc8e2b88ca4c507b98cadc61 (diff)
Renames resque resource to background_jobs
Diffstat (limited to 'app/views/admin/background_jobs')
-rw-r--r--app/views/admin/background_jobs/show.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
new file mode 100644
index 00000000000..499738f9a06
--- /dev/null
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -0,0 +1,4 @@
+%h3.page_title Background Jobs
+%br
+.ui-box
+ %iframe{src: sidekiq_path, width: '100%', height: 900, style: "border: none"}