mirror of
https://github.com/go-gitea/gitea
synced 2025-08-05 17:18:21 +00: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