diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2017-10-05 01:32:03 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2017-10-05 01:36:21 +0900 |
commit | bcd7686a194cfec013c394b7b49b4311299f2aa4 (patch) | |
tree | 8dcf208a05b6b3999e349888b00f8c99f94f68dc /app/views/admin/jobs | |
parent | 2828b7688f95af7510afc049b65c8508b2065958 (diff) | |
download | gitlab-ce-bcd7686a194cfec013c394b7b49b4311299f2aa4.tar.gz |
Make tabs on top scrollable on admin dashboard
Diffstat (limited to 'app/views/admin/jobs')
-rw-r--r-- | app/views/admin/jobs/index.html.haml | 2 |
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 |