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

_milestone_expired.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8eef15fbec4e37ddea3ef780a261a21060f7347 (plain)
1
2
3
4
5
- if milestone.expired? and not milestone.closed?
  %span.cred (Expired)
- if milestone.expires_at
  %span
    = milestone.expires_at