Commit 55634f06 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Martin Wortschack

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

parent 147032ba
- 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