diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-01 11:32:12 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-01 11:32:12 -0400 |
commit | f6c4fbeb37bc7fcbc947c162358c39e9bed90488 (patch) | |
tree | 37d9ba100ba006b9d322014bff1975014b8f3fd3 /templates/repo/setting_nav.tmpl | |
parent | 0dfb5560cdee369b2292071d14d750b2477c6086 (diff) | |
download | gitea-f6c4fbeb37bc7fcbc947c162358c39e9bed90488.tar.gz gitea-f6c4fbeb37bc7fcbc947c162358c39e9bed90488.zip |
Collaborator
Diffstat (limited to 'templates/repo/setting_nav.tmpl')
-rw-r--r-- | templates/repo/setting_nav.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/repo/setting_nav.tmpl b/templates/repo/setting_nav.tmpl new file mode 100644 index 0000000000..4e558a76ef --- /dev/null +++ b/templates/repo/setting_nav.tmpl @@ -0,0 +1,7 @@ +<div id="user-setting-nav" class="col-md-2 repo-setting-nav"> + <ul class="list-group"> + <li class="list-group-item{{if .IsRepoToolbarSetting}} active{{end}}"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/settings">Options</a></li> + <li class="list-group-item{{if .IsRepoToolbarCollaboration}} active{{end}}"><a href="/{{.Owner.Name}}/{{.Repository.Name}}/settings/collaboration">Collaborators</a></li> + <!--<li class="list-group-item"><a href="#">Notifications</a></li>--> + </ul> +</div>
\ No newline at end of file |