mirror of
https://github.com/go-gitea/gitea
synced 2025-08-10 11:38:20 +00:00
Show user OpenID URIs in their profile (#1314)
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
e1586898b2
commit
9182a35f18
@@ -34,6 +34,14 @@
|
||||
<a target="_blank" rel="noopener" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
|
||||
</li>
|
||||
{{end}}
|
||||
{{range .OpenIDs}}
|
||||
{{if .Show}}
|
||||
<li>
|
||||
<i class="fa fa-openid"></i>
|
||||
<a target="_blank" rel="noopener" href="{{.URI}}">{{.URI}}</a>
|
||||
</li>
|
||||
{{end}}
|
||||
{{end}}
|
||||
<li><i class="octicon octicon-clock"></i> {{.i18n.Tr "user.join_on"}} {{DateFmtShort .Owner.Created}}</li>
|
||||
<li>
|
||||
<i class="octicon octicon-person"></i>
|
||||
|
Reference in New Issue
Block a user