Commit de937fa7 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch...

Merge branch '22691-externelize-i18n-strings-from-./app/views/shared/_milestone_expired.html.haml' into 'master'

Externalize i18n strings from ./app/views/shared/_milestone_expired.html.haml

See merge request gitlab-org/gitlab!32121
parents bbf195b4 55634f06
- if milestone.expired? and not milestone.closed?
.status-box.status-box-expired.append-bottom-5 Expired
.status-box.status-box-expired.append-bottom-5 = _('Expired')
- if milestone.upcoming?
.status-box.status-box-mr-merged.append-bottom-5 Upcoming
.status-box.status-box-mr-merged.append-bottom-5 = _('Upcoming')
- if milestone.closed?
.status-box.status-box-closed.append-bottom-5 Closed
.status-box.status-box-closed.append-bottom-5 = _('Closed')
---
title: Externalize i18n strings from ./app/views/shared/_milestone_expired.html.haml
merge_request: 32121
author: Gilang Gumilar
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment