Commit 6088d1cb authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Tim Zallmann

Display if an issue was moved in issue list

(cherry picked from commit 10327470da58373f59b7d76990a1bbad5339ca63)
parent 9a2e5043
......@@ -43,7 +43,10 @@
.issuable-meta
%ul.controls
- if issue.closed?
- if issue.moved?
%li.issuable-status
= _('CLOSED (MOVED)')
- elsif issue.closed?
%li.issuable-status
= _('CLOSED')
- if issue.assignees.any?
......
---
title: Display if an issue was moved in issue list
merge_request: 17102
author:
type: changed
......@@ -2659,6 +2659,9 @@ msgstr ""
msgid "CLOSED"
msgstr ""
msgid "CLOSED (MOVED)"
msgstr ""
msgid "CONTRIBUTING"
msgstr ""
......
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