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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-04 19:32:03 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-04 19:36:21 +0300
commitbcd7686a194cfec013c394b7b49b4311299f2aa4 (patch)
tree8dcf208a05b6b3999e349888b00f8c99f94f68dc /app/views/admin/jobs
parent2828b7688f95af7510afc049b65c8508b2065958 (diff)
Make tabs on top scrollable on admin dashboard
Diffstat (limited to 'app/views/admin/jobs')
-rw-r--r--app/views/admin/jobs/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/jobs/index.html.haml b/app/views/admin/jobs/index.html.haml
index 0310498ae54..7066ed12b95 100644
--- a/app/views/admin/jobs/index.html.haml
+++ b/app/views/admin/jobs/index.html.haml
@@ -3,7 +3,7 @@
%div{ class: container_class }
- .top-area
+ .top-area.scrolling-tabs-container.inner-page-scroll-tabs
- build_path_proc = ->(scope) { admin_jobs_path(scope: scope) }
= render "shared/builds/tabs", build_path_proc: build_path_proc, all_builds: @all_builds, scope: @scope