Commit 14e97c14 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '12193-epic-tabs-fixes' into 'master'

Epic tabs UI fixes

Closes #12193

See merge request gitlab-org/gitlab-ee!14306
parents 7abc54dc 358d1391
......@@ -18,13 +18,11 @@
.epic-tabs-holder
.epic-tabs-container.js-epic-tabs-container
.scrolling-tabs-container.inner-page-scroll-tabs.is-smaller
.fade-left= icon('angle-left')
.fade-right= icon('angle-right')
%ul.epic-tabs.nav-tabs.nav.nav-links.scrolling-tabs
%li.notes-tab.qa-notes-tab
%a#discussion-tab.active{ href: '#discussion', data: { toggle: 'tab' } }
= _('Discussion')
%span.badge.badge-pill= @epic.notes.user.count
- if Feature.enabled?(:epic_trees)
%li.tree-tab
%a#tree-tab{ href: '#tree', data: { toggle: 'tab' } }
......@@ -32,7 +30,7 @@
%li.roadmap-tab
%a#roadmap-tab{ href: '#roadmap', data: { toggle: 'tab' } }
= _('Roadmap')
.d-inline-flex.flex-wrap
.d-flex.flex-wrap.align-items-center.justify-content-lg-end
#js-vue-discussion-filter{ data: { default_filter: current_user&.notes_filter_for(@epic),
notes_filters: UserPreference.notes_filters.to_json } }
......
---
title: Fix alignment of activity dropdown in epic tabs; add counter to discussion
tab
merge_request:
author:
type: other
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