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: bde8a0b91b0619900959ac32432ebbd8b679ae11 (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_options: { data: { testid: 'all-issues-closed-alert' }},
    dismissible: false) do |c|
    = c.body do
      = yield