57ad81a9c5
There was some funny syntax in merge request email templates. There was a ! before the merge request number when there probably should be a #. This may be some carry over from markdown but should not be in email templates. There were also some capitalization discrepancies among the subject lines. For those OCD people out there I standardized the capitalization. :)
10 lines
333 B
Text
10 lines
333 B
Text
%p
|
|
= "Reassigned Merge Request ##{@merge_request.iid}"
|
|
= link_to_gfm truncate(@merge_request.title, length: 30), project_merge_request_url(@merge_request.target_project, @merge_request)
|
|
%p
|
|
Assignee changed
|
|
- if @previous_assignee
|
|
from
|
|
%strong #{@previous_assignee.name}
|
|
to
|
|
%strong #{@merge_request.assignee_name}
|