Commit 5e66c00f authored by Rajat Jain's avatar Rajat Jain

Dismiss epic promotion and persist across reload

parent 64feae5f
- promotion_feature = 'promote_epics_sidebar_dismissed'
- if promote_feature?(:epic)
- if promote_feature?(:epic) && show_promotions? && show_callout?(promotion_feature)
.block.js-epics-sidebar-callout.promotion-issue-sidebar{ data: { uid: promotion_feature } }
.sidebar-collapsed-icon{ data: { toggle: "dropdown", target: ".js-epics-sidebar-callout" } }
%span{ data: { toggle: "tooltip", placement: "left", container: "body" }, title: _('Epic') }
......
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