aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/social.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/social.tmpl')
-rw-r--r--templates/user/social.tmpl37
1 files changed, 0 insertions, 37 deletions
diff --git a/templates/user/social.tmpl b/templates/user/social.tmpl
deleted file mode 100644
index 7814cc0956..0000000000
--- a/templates/user/social.tmpl
+++ /dev/null
@@ -1,37 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div id="body" class="container" data-page="user">
- {{template "user/setting_nav" .}}
- <div id="repo-setting-container" class="col-md-10">
- {{template "base/alert" .}}
- <div class="panel panel-default">
- <div class="panel-heading">
- Social Account
- </div>
-
- <div class="panel-body">
- <table class="table">
- <thead>
- <tr>
- <th></th>
- <th>Name</th>
- <th>Identity</th>
- <th>Op.</th>
- </tr>
- </thead>
- <tbody>
- {{range .Socials}}
- <tr>
- <td><i class="fa {{Oauth2Icon .Type}} fa-2x"></i></td>
- <td>{{Oauth2Name .Type}}</td>
- <td>{{.Identity}}</td>
- <td><a href="/user/settings/social?remove={{.Id}}">Unbind</a></td>
- </tr>
- {{end}}
- </tbody>
- </table>
- </div>
- </div>
- </div>
-</div>
-{{template "base/footer" .}} \ No newline at end of file