diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-01 21:08:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-01 21:08:51 +0000 |
commit | fe25c98fa838d9a6dd08bec9a5ac743560fa2ebd (patch) | |
tree | c5da508b27669257832eed276e0c06170750ff38 /app/views/shared/notes | |
parent | cc7885bc21004e6c663706778252e4f495167dde (diff) | |
download | gitlab-ce-fe25c98fa838d9a6dd08bec9a5ac743560fa2ebd.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/notes')
-rw-r--r-- | app/views/shared/notes/_note.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notes/_note.html.haml b/app/views/shared/notes/_note.html.haml index df09c4338a1..e6c8e13c5c1 100644 --- a/app/views/shared/notes/_note.html.haml +++ b/app/views/shared/notes/_note.html.haml @@ -32,7 +32,7 @@ .note-header-info %a{ href: user_path(note.author) } %span.note-header-author-name.bold - = sanitize(note.author.name) + = note.author.name = user_status(note.author) %span.note-headline-light = note.author.to_reference |