diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl
index bfc3f999ba..9c423c2ab6 100644
--- a/templates/repo/issue/view_content/comments.tmpl
+++ b/templates/repo/issue/view_content/comments.tmpl
@@ -144,7 +144,7 @@
{{template "shared/user/avatarlink" dict "user" .Poster}}
{{if eq .RefAction 3}}{{end}}
- {{template "repo/issue/view_content/comments_authorlink" dict "Repository" $.Repository "comment" .}}
+ {{template "repo/issue/view_content/comments_authorlink" dict "comment" .}}
{{ctx.Locale.Tr $refTr .EventTag $createdStr (.RefCommentLink ctx) $refFrom}}
{{if eq .RefAction 3}}{{end}}
@@ -158,7 +158,7 @@
{{svg "octicon-bookmark"}}
{{template "shared/user/avatarlink" dict "user" .Poster}}
- {{template "repo/issue/view_content/comments_authorlink" dict "Repository" $.Repository "comment" .}}
+ {{template "repo/issue/view_content/comments_authorlink" dict "comment" .}}
{{ctx.Locale.Tr "repo.issues.commit_ref_at" .EventTag $createdStr}}