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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-14 15:08:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-14 15:08:53 +0300
commit7a124e225ea58c2a432dd29f82ba682963886383 (patch)
tree4ad5eefec173bdc56aaacc81e4dfb66a8fb9e254 /app/views/shared/builds
parent067b3d04573d1473dbc6c81ef775d70c6636ff3f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/builds')
-rw-r--r--app/views/shared/builds/_tabs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/builds/_tabs.html.haml b/app/views/shared/builds/_tabs.html.haml
index 3bbd7a32bda..8e4b8d6d428 100644
--- a/app/views/shared/builds/_tabs.html.haml
+++ b/app/views/shared/builds/_tabs.html.haml
@@ -1,6 +1,6 @@
- count_badge_classes = 'gl-display-none gl-sm-display-inline-flex'
-= gl_tabs_nav( {class: 'gl-border-b-0 gl-flex-grow-1', data: { testid: 'jobs-tabs' } } ) do
+= gl_tabs_nav( {class: 'scrolling-tabs nav-links gl-display-flex gl-flex-grow-1 gl-w-full nav gl-border-b-0', data: { testid: 'jobs-tabs' } } ) do
= gl_tab_link_to build_path_proc.call(nil), { item_active: scope.nil? } do
= _('All')
= gl_tab_counter_badge(limited_counter_with_delimiter(all_builds), { class: count_badge_classes })