summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones/_milestone_complete_alert.html.haml
blob: 5b05fdb60192e555f5701fcc89c78b86f4959aad (plain)
1
2
3
4
5
6
7
8
9
- 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