mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 12:18:36 +00:00
@@ -321,7 +321,7 @@
|
|||||||
<span class="octicon octicon-{{.Review.Type.Icon}} issue-symbol"></span>
|
<span class="octicon octicon-{{.Review.Type.Icon}} issue-symbol"></span>
|
||||||
{{if .OriginalAuthor }}
|
{{if .OriginalAuthor }}
|
||||||
{{else}}
|
{{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}}">
|
<img src="{{.Poster.RelAvatarLink}}">
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Reference in New Issue
Block a user