1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-05 17:18:21 +00:00
This commit is contained in:
Unknwon
2015-07-31 13:53:14 +08:00
parent b983912fce
commit eea9302d8f
3 changed files with 5 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
{{if .Owner.Location}}
<li class="list-group-item"><i class="octicon octicon-location"></i>&nbsp;&nbsp;{{.Owner.Location}}</li>
{{end}}
{{if .Owner.Email}}
{{if and .Owner.Email .IsSigned}}
<li class="list-group-item"><i class="octicon octicon-mail"></i>&nbsp;&nbsp;<a href="mailto:{{.Owner.Email}}" rel="nofollow">{{.Owner.Email}}</a></li>
{{end}}
{{if .Owner.Website}}