aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/issue/templates/issue.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/issue/templates/issue.hbs')
-rw-r--r--server/sonar-web/src/main/js/components/issue/templates/issue.hbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/components/issue/templates/issue.hbs b/server/sonar-web/src/main/js/components/issue/templates/issue.hbs
index 7b12f2db96e..61a03ecb248 100644
--- a/server/sonar-web/src/main/js/components/issue/templates/issue.hbs
+++ b/server/sonar-web/src/main/js/components/issue/templates/issue.hbs
@@ -142,9 +142,9 @@
<div class="issue-comments">
{{#each comments}}
<div class="issue-comment" data-comment-key="{{key}}">
- <div class="issue-comment-author" title="{{userName}}">
- {{#ifShowAvatars}}{{avatarHelper email 16}}{{else}}
- <i class="icon-comment icon-half-transparent"></i>{{/ifShowAvatars}}&nbsp;{{userName}}
+ <div class="issue-comment-author" title="{{authorName}}">
+ {{#ifShowAvatars}}{{avatarHelper authorEmail 16}}{{else}}
+ <i class="icon-comment icon-half-transparent"></i>{{/ifShowAvatars}}&nbsp;{{authorName}}
</div>
<div class="issue-comment-text markdown">{{{show html htmlText}}}</div>
<div class="issue-comment-age">({{fromNow createdAt}})</div>