We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f01f53 commit 88c212aCopy full SHA for 88c212a
templates/repo/issue/view_content/comments.tmpl
@@ -321,7 +321,7 @@
321
<span class="octicon octicon-{{.Review.Type.Icon}} issue-symbol"></span>
322
{{if .OriginalAuthor }}
323
{{else}}
324
- <a class="avatar"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
+ <a class="ui avatar image"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
325
<img src="{{.Poster.RelAvatarLink}}">
326
</a>
327
{{end}}
@@ -331,7 +331,7 @@
331
332
<a{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>{{.Poster.GetDisplayName}}</a>
333
334
-
+
335
{{if eq .Review.Type 1}}
336
{{$.i18n.Tr "repo.issues.review.approve" $createdStr | Safe}}
337
{{else if eq .Review.Type 2}}
0 commit comments