mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Added links to org profile icons
This commit is contained in:
		@@ -59,7 +59,7 @@
 | 
				
			|||||||
							*/}}
 | 
												*/}}
 | 
				
			||||||
							<li>
 | 
												<li>
 | 
				
			||||||
								{{range .Orgs}}
 | 
													{{range .Orgs}}
 | 
				
			||||||
									<img class="ui mini image" src="{{.AvatarLink}}">
 | 
														<a href="{{AppSubUrl}}/{{.Name}}"><img class="ui mini image" src="{{.AvatarLink}}"></a>
 | 
				
			||||||
								{{end}}
 | 
													{{end}}
 | 
				
			||||||
							</li>
 | 
												</li>
 | 
				
			||||||
							{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
 | 
												{{if and .IsSigned (ne .SignedUserName .Owner.Name)}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user