Commit c7622606 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents 4299df04 bcd7686a
......@@ -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
......
......@@ -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
......
---
title: Make tabs on top scrollable on admin dashboard
merge_request: 14685
author: Takuya Noguchi
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment