Commit 32be082055be3eea8fd543d302ff71d48ce9a426
1 parent
e9394c48
Exists in
master
and in
4 other branches
Update app/views/notify/new_merge_request_email.html.haml
Fix spelling of 'assignee'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notify/new_merge_request_email.html.haml
@@ -14,6 +14,6 @@ | @@ -14,6 +14,6 @@ | ||
14 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} | 14 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} |
15 | Branches: #{@merge_request.source_branch} → #{@merge_request.target_branch} | 15 | Branches: #{@merge_request.source_branch} → #{@merge_request.target_branch} |
16 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} | 16 | %p{style: "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "} |
17 | - Asignee: #{@merge_request.author_name} → #{@merge_request.assignee_name} | 17 | + Assignee: #{@merge_request.author_name} → #{@merge_request.assignee_name} |
18 | %td | 18 | %td |
19 | 19 |