Update app/views/notify/new_merge_request_email.html.haml
Fix spelling of 'assignee'
This commit is contained in:
parent
e9394c48ca
commit
32be082055
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue