mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix #1204
This commit is contained in:
		@@ -22,7 +22,7 @@
 | 
			
		||||
                    {{if .Owner.Location}}
 | 
			
		||||
                    <li class="list-group-item"><i class="octicon octicon-location"></i>  {{.Owner.Location}}</li>
 | 
			
		||||
                    {{end}}
 | 
			
		||||
                    {{if .Owner.Email}}
 | 
			
		||||
                    {{if and .Owner.Email .IsSigned}}
 | 
			
		||||
                    <li class="list-group-item"><i class="octicon octicon-mail"></i>  <a href="mailto:{{.Owner.Email}}" rel="nofollow">{{.Owner.Email}}</a></li>
 | 
			
		||||
                    {{end}}
 | 
			
		||||
                    {{if .Owner.Website}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user