Browse Source

Fix image (#9962)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
tags/v1.10.5
John Olheiser 4 years ago
parent
commit
88c212a8a3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      templates/repo/issue/view_content/comments.tmpl

+ 2
- 2
templates/repo/issue/view_content/comments.tmpl View File

@@ -321,7 +321,7 @@
<span class="octicon octicon-{{.Review.Type.Icon}} issue-symbol"></span>
{{if .OriginalAuthor }}
{{else}}
<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}}>
<img src="{{.Poster.RelAvatarLink}}">
</a>
{{end}}
@@ -331,7 +331,7 @@
{{else}}
<a{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>{{.Poster.GetDisplayName}}</a>
{{end}}
{{if eq .Review.Type 1}}
{{$.i18n.Tr "repo.issues.review.approve" $createdStr | Safe}}
{{else if eq .Review.Type 2}}

Loading…
Cancel
Save