10 lines
220 B
Text
10 lines
220 B
Text
%p
|
|
Assignee changed
|
|
- if @previous_assignees.any?
|
|
from
|
|
%strong= @previous_assignees.map(&:name).to_sentence
|
|
to
|
|
- if @issue.assignees.any?
|
|
%strong= @issue.assignee_list
|
|
- else
|
|
%strong Unassigned
|