Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_milestone_complete_alert.html.haml « milestones « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4685a93a343dd0811b57fda71ea110b8b7a19c8b (plain)
1
2
3
4
5
6
7
8
- milestone = local_assigns[:milestone]

- if milestone.complete? && milestone.active?
  = render Pajamas::AlertComponent.new(variant: :success,
    alert_data: { testid: 'all-issues-closed-alert' },
    dismissible: false) do
    .gl-alert-body
    = yield