diff options
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/navbar.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index bdd26ec464..b2ee198b0a 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -35,11 +35,6 @@ </a> {{end}} </div> - {{if .SignedUser.CanCreateOrganization}} - <a class="item" href="{{AppSubUrl}}/org/create"> - {{svg "octicon-plus"}} {{ctx.Locale.Tr "new_org"}} - </a> - {{end}} </div> </div> </div> |