Commit 4d8ed0b1 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'winh-issue-list-moved' into 'master'

Display if an issue was moved in issue list

See merge request gitlab-org/gitlab!17102
parents 9a2e5043 6088d1cb
......@@ -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