gitlab-org--gitlab-foss/app/views/notify/reassigned_merge_request_email.html.haml

11 lines
207 B
Text
Raw Normal View History

2017-05-10 06:24:50 -04:00
%p
Assignee changed
- if @previous_assignee
from
%strong= @previous_assignee.name
to
- if @merge_request.assignee_id
%strong= @merge_request.assignee_name
- else
%strong Unassigned