We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edd91e commit 06f00b1Copy full SHA for 06f00b1
templates/repo/issue/view_content/sidebar.tmpl
@@ -112,7 +112,7 @@
112
<span class="text"><strong>{{.i18n.Tr "repo.issues.num_participants" .NumParticipants}}</strong></span>
113
<div>
114
{{range .Participants}}
115
- <a href="{{.HomeLink}}">
+ <a {{if gt .ID 0}}href="{{.HomeLink}}"{{end}}>
116
<img class="ui avatar image poping up" src="{{.RelAvatarLink}}" data-content="{{.DisplayName}}" data-position="top center" data-variation="small inverted">
117
</a>
118
{{end}}
0 commit comments