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

8 lines
143 B
Text
Raw Normal View History

2013-03-12 04:46:04 -04:00
%p
Assignee changed
- if @previous_assignee
from
%strong #{@previous_assignee.name}
2013-03-12 04:46:04 -04:00
to
%strong #{@merge_request.assignee_name}