mirror of https://github.com/go-gitea/gitea
parent
4b9b8024ba
commit
d2b53dd43b
@ -0,0 +1,17 @@ |
||||
{{template "base/head" .}} |
||||
{{template "base/navbar" .}} |
||||
<div id="body" class="container" data-page="user"> |
||||
{{template "user/setting_nav" .}} |
||||
<div id="user-setting-container" class="col-md-9"> |
||||
<div id="ssh-keys"> |
||||
<h4>Social Account</h4> |
||||
{{template "base/alert" .}} |
||||
<ul id="ssh-keys-list" class="list-group"> |
||||
{{range .Socials}} |
||||
<i class="fa {{Oauth2Icon .Type}} fa-3x"></i> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{{template "base/footer" .}} |
Loading…
Reference in new issue