Skip to content

Commit 39b792f

Browse files
Do not show avatar for "{{user}} added X commits" (#11591)
Co-authored-by: techknowlogick <[email protected]>
1 parent 7305b55 commit 39b792f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,6 @@
598598
{{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}}
599599
<div class="timeline-item event" id="{{.HashTag}}">
600600
<span class="badge">{{svg "octicon-repo-force-push" 16}}</span>
601-
<a class="ui avatar image" href="{{.Poster.HomeLink}}">
602-
<img src="{{.Poster.RelAvatarLink}}">
603-
</a>
604601
<span class="text grey">
605602
<a class="author" href="{{.Poster.HomeLink}}">{{.Poster.GetDisplayName}}</a>
606603
{{ if .IsForcePush }}

0 commit comments

Comments
 (0)