Update author prefix on merge request notification
This commit is contained in:
parent
a9c7bda8f6
commit
982d5582ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue