mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Do not show avatar for "{{user}} added X commits" (#11591)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7305b555d3
						
					
				
				
					commit
					39b792f424
				
			@@ -598,9 +598,6 @@
 | 
				
			|||||||
	{{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}}
 | 
						{{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}}
 | 
				
			||||||
		<div class="timeline-item event" id="{{.HashTag}}">
 | 
							<div class="timeline-item event" id="{{.HashTag}}">
 | 
				
			||||||
			<span class="badge">{{svg "octicon-repo-force-push" 16}}</span>
 | 
								<span class="badge">{{svg "octicon-repo-force-push" 16}}</span>
 | 
				
			||||||
			<a class="ui avatar image" href="{{.Poster.HomeLink}}">
 | 
					 | 
				
			||||||
				<img src="{{.Poster.RelAvatarLink}}">
 | 
					 | 
				
			||||||
			</a>
 | 
					 | 
				
			||||||
			<span class="text grey">
 | 
								<span class="text grey">
 | 
				
			||||||
				<a class="author" href="{{.Poster.HomeLink}}">{{.Poster.GetDisplayName}}</a>
 | 
									<a class="author" href="{{.Poster.HomeLink}}">{{.Poster.GetDisplayName}}</a>
 | 
				
			||||||
				{{ if .IsForcePush }}
 | 
									{{ if .IsForcePush }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user