Merge branch '38775-scrollable-tabs-on-admin' into 'master'

Scrollable tabs on top on Admin Jobs/Projects

Closes #38775

See merge request gitlab-org/gitlab-ce!14685
This commit is contained in:
Filipa Lacerda 2017-10-06 17:07:31 +00:00
commit c762260612
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
%div{ class: container_class }
.top-area
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
.prepend-top-default
.search-holder
= render 'shared/projects/search_form', autofocus: true, icon: true

View File

@ -0,0 +1,5 @@
---
title: Make tabs on top scrollable on admin dashboard
merge_request: 14685
author: Takuya Noguchi
type: fixed