Commit 32be0820 authored by Robert Hopson's avatar Robert Hopson

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

Fix spelling of 'assignee'
parent e9394c48
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment