2014-09-01 11:27:02 -04:00
|
|
|
%p
|
|
|
|
Assignee changed
|
|
|
|
- if @previous_assignee
|
|
|
|
from
|
2017-01-13 11:07:21 -05:00
|
|
|
%strong= @previous_assignee.name
|
2014-09-01 11:27:02 -04:00
|
|
|
to
|
|
|
|
- if issuable.assignee_id
|
2017-01-13 11:07:21 -05:00
|
|
|
%strong= issuable.assignee_name
|
2014-09-01 11:27:02 -04:00
|
|
|
- else
|
|
|
|
%strong Unassigned
|