Skip to content

Commit 88c212a

Browse files
jolheiserzeripath
authored andcommitted
Fix image (#9962)
Signed-off-by: jolheiser <[email protected]>
1 parent 1f01f53 commit 88c212a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
<span class="octicon octicon-{{.Review.Type.Icon}} issue-symbol"></span>
322322
{{if .OriginalAuthor }}
323323
{{else}}
324-
<a class="avatar"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
324+
<a class="ui avatar image"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
325325
<img src="{{.Poster.RelAvatarLink}}">
326326
</a>
327327
{{end}}
@@ -331,7 +331,7 @@
331331
{{else}}
332332
<a{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>{{.Poster.GetDisplayName}}</a>
333333
{{end}}
334-
334+
335335
{{if eq .Review.Type 1}}
336336
{{$.i18n.Tr "repo.issues.review.approve" $createdStr | Safe}}
337337
{{else if eq .Review.Type 2}}

0 commit comments

Comments
 (0)