summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-26 12:26:01 +0800
committerUnknwon <u@gogs.io>2015-08-26 12:26:01 +0800
commitb3a45693c37c94850c0a615b69d19a7e88352348 (patch)
tree2f1e3e251b4ed2bda8eaa77d058cae0f6238294e /templates/user/dashboard
parent27f7abdd77492e2ccdbfbced859463311daab6f4 (diff)
downloadgitea-b3a45693c37c94850c0a615b69d19a7e88352348.tar.gz
gitea-b3a45693c37c94850c0a615b69d19a7e88352348.zip
minor update
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r--templates/user/dashboard/navbar.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl
index e486a042cb..ad1991d786 100644
--- a/templates/user/dashboard/navbar.tmpl
+++ b/templates/user/dashboard/navbar.tmpl
@@ -14,13 +14,11 @@
{{.SignedUser.Name}}
</a>
{{range .Orgs}}
- {{if .IsOwnedBy $.SignedUser.Id}}
<a class="{{if eq $.ContextUser.Id .Id}}active selected{{end}} item" href="{{AppSubUrl}}/org/{{.Name}}/issues">
<img class="ui image" src="{{.AvatarLink}}">
{{.Name}}
</a>
{{end}}
- {{end}}
<a class="item" href="{{AppSubUrl}}/org/create">
<i class="octicon octicon-repo-create"></i>&nbsp;&nbsp;&nbsp;{{.i18n.Tr "new_org"}}
</a>