mirror of
https://github.com/go-gitea/gitea
synced 2025-08-06 17:48:19 +00:00
11
templates/repo/issue/sidebar/participant_list.tmpl
Normal file
11
templates/repo/issue/sidebar/participant_list.tmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{if .Participants}}
|
||||
<div class="divider"></div>
|
||||
<span class="text"><strong>{{ctx.Locale.Tr "repo.issues.num_participants" .NumParticipants}}</strong></span>
|
||||
<div class="ui list tw-flex tw-flex-wrap">
|
||||
{{range .Participants}}
|
||||
<a {{if gt .ID 0}}href="{{.HomeLink}}"{{end}} data-tooltip-content="{{.GetDisplayName}}">
|
||||
{{ctx.AvatarUtils.Avatar . 28 "tw-my-0.5 tw-mr-1"}}
|
||||
</a>
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
Reference in New Issue
Block a user