diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2020-01-24 15:23:10 -0600 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2020-01-24 21:23:10 +0000 |
commit | 88c212a8a3b44920b5faf568fbe0a4a9e983139c (patch) | |
tree | a5385a8fc4825be2cb6719d3920039e473f3d7b7 /templates/repo/issue/view_content/comments.tmpl | |
parent | 1f01f53c53ea75634f981611635be49c69e1920b (diff) | |
download | gitea-88c212a8a3b44920b5faf568fbe0a4a9e983139c.tar.gz gitea-88c212a8a3b44920b5faf568fbe0a4a9e983139c.zip |
Fix image (#9962)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'templates/repo/issue/view_content/comments.tmpl')
-rw-r--r-- | templates/repo/issue/view_content/comments.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index be423e9d4c..087a3c888c 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -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}} |