From 49933c7fb09cc98ae0e57a483d68011ac67fd492 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 25 Nov 2021 00:12:54 +0800 Subject: Create menus for organization pages (#17802) * Create menus for organization pages * Fix frontend lint * Fix frontend lint --- templates/org/header.tmpl | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'templates/org/header.tmpl') diff --git a/templates/org/header.tmpl b/templates/org/header.tmpl index d06c54d9ca..4415e0a1f5 100644 --- a/templates/org/header.tmpl +++ b/templates/org/header.tmpl @@ -9,21 +9,10 @@ {{if .Visibility.IsLimited}}
{{$.i18n.Tr "org.settings.visibility.limited_shortname"}}
{{end}} {{if .Visibility.IsPrivate}}
{{$.i18n.Tr "org.settings.visibility.private_shortname"}}
{{end}} -
- -
-
{{end}} + +{{template "org/menu" .}} -- cgit v1.2.3