Update app/views/notify/new_merge_request_email.html.haml

Fix spelling of 'assignee'
This commit is contained in:
Robert Hopson 2012-12-28 10:56:48 -08:00
parent e9394c48ca
commit 32be082055

View file

@ -14,6 +14,6 @@
%p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "}
Branches: #{@merge_request.source_branch} → #{@merge_request.target_branch}
%p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "}
Asignee: #{@merge_request.author_name} → #{@merge_request.assignee_name}
Assignee: #{@merge_request.author_name} → #{@merge_request.assignee_name}
%td