diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl
index bea517dfa2..f7d4f7c96e 100644
--- a/templates/repo/issue/view_content/comments.tmpl
+++ b/templates/repo/issue/view_content/comments.tmpl
@@ -526,7 +526,7 @@
{{else if eq .Type 27}}
{{if or .AddedRequestReview .RemovedRequestReview}}
- {{svg "octicon-tag"}}
+ {{svg "octicon-eye"}}
{{template "shared/user/avatarlink" dict "user" .Poster}}
{{if and (eq (len .RemovedRequestReview) 1) (eq (len .AddedRequestReview) 0) (eq ((index .RemovedRequestReview 0).ID) .PosterID) (eq ((index .RemovedRequestReview 0).Type) "user")}}
@@ -724,7 +724,7 @@
{{if or .AddedRequestReview .RemovedRequestReview}}
- {{svg "octicon-tag" 20}}
+ {{svg "octicon-eye" 20}}
{{if and (eq (len .RemovedRequestReview) 1) (eq (len .AddedRequestReview) 0) (eq ((index .RemovedRequestReview 0).ID) .PosterID) (eq ((index .RemovedRequestReview 0).Type) "user")}}