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 @@ ...@@ -43,7 +43,10 @@
.issuable-meta .issuable-meta
%ul.controls %ul.controls
- if issue.closed? - if issue.moved?
%li.issuable-status
= _('CLOSED (MOVED)')
- elsif issue.closed?
%li.issuable-status %li.issuable-status
= _('CLOSED') = _('CLOSED')
- if issue.assignees.any? - 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 "" ...@@ -2659,6 +2659,9 @@ msgstr ""
msgid "CLOSED" msgid "CLOSED"
msgstr "" msgstr ""
msgid "CLOSED (MOVED)"
msgstr ""
msgid "CONTRIBUTING" msgid "CONTRIBUTING"
msgstr "" 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