Commit 85a304d2 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'update-author-prefix-on-merge-request-notification' into 'master'

Update author prefix on merge request notification

See merge request gitlab-org/gitlab-ce!31057
parents b0149921 982d5582
......@@ -5,7 +5,7 @@
.branch
= merge_path_description(@merge_request, 'to')
.author
Author #{@merge_request.author_name}
Author: #{@merge_request.author_name}
.assignee
= assignees_label(@merge_request)
.approvers
......
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