ca884980ee
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
10 lines
252 B
Text
10 lines
252 B
Text
%p
|
|
Assignee changed
|
|
- if previous_assignees.any?
|
|
from
|
|
%strong= sanitize_name(previous_assignees.map(&:name).to_sentence)
|
|
to
|
|
- if issuable.assignees.any?
|
|
%strong= sanitize_name(issuable.assignee_list)
|
|
- else
|
|
%strong Unassigned
|