From 3ccc7b22d89550f1320b25131102dad8353dfba4 Mon Sep 17 00:00:00 2001 From: Gusted Date: Sat, 30 Mar 2024 03:58:50 +0100 Subject: [PATCH] [FEAT] Remove add organization on dashboard switcher - Similair to #2593 that removed subtle add button in a place where it's strictly not needed. - Remove the "Add organization" item in the 'context dashboard switcher' dropdown. --- templates/user/dashboard/navbar.tmpl | 5 ----- 1 file changed, 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 @@ {{end}} - {{if .SignedUser.CanCreateOrganization}} - - {{svg "octicon-plus"}}   {{ctx.Locale.Tr "new_org"}} - - {{end}}