mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-28 08:11:02 +08: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