mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
563 B
17 lines
563 B
{{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" .}} |