aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/setting.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-01 11:32:12 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-01 11:32:12 -0400
commitf6c4fbeb37bc7fcbc947c162358c39e9bed90488 (patch)
tree37d9ba100ba006b9d322014bff1975014b8f3fd3 /templates/repo/setting.tmpl
parent0dfb5560cdee369b2292071d14d750b2477c6086 (diff)
downloadgitea-f6c4fbeb37bc7fcbc947c162358c39e9bed90488.tar.gz
gitea-f6c4fbeb37bc7fcbc947c162358c39e9bed90488.zip
Collaborator
Diffstat (limited to 'templates/repo/setting.tmpl')
-rw-r--r--templates/repo/setting.tmpl9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/repo/setting.tmpl b/templates/repo/setting.tmpl
index 6672e90b59..afa66d1de1 100644
--- a/templates/repo/setting.tmpl
+++ b/templates/repo/setting.tmpl
@@ -3,14 +3,7 @@
{{template "repo/nav" .}}
{{template "repo/toolbar" .}}
<div id="body" class="container">
- <div id="user-setting-nav" class="col-md-2 repo-setting-nav">
- <ul class="list-group">
- <li class="list-group-item active"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/settings">Options</a></li>
- <li class="list-group-item"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/collaboration">Collaborators</a></li>
- <!--<li class="list-group-item"><a href="#">Notifications</a></li>-->
- </ul>
- </div>
-
+ {{template "repo/setting_nav" .}}
<div id="repo-setting-container" class="col-md-10">
{{template "base/alert" .}}
<div class="panel panel-default">