debian-mirror-gitlab/app/views/shared/milestones/_milestone_complete_alert.html.haml

10 lines
256 B
Text
Raw Normal View History

2021-09-30 23:02:18 +05:30
- milestone = local_assigns[:milestone]
- if milestone.complete? && milestone.active?
= render 'shared/global_alert',
variant: :success,
alert_data: { testid: 'all-issues-closed-alert' },
dismissible: false do
.gl-alert-body
= yield