From 8409ca9fd256dbec4d0e53d8bf9e6fe37dc8dc77 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 24 Jul 2024 14:10:37 -0400 Subject: [PATCH] Closes #16928: Add help center button to top nav --- netbox/templates/inc/user_menu.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/netbox/templates/inc/user_menu.html b/netbox/templates/inc/user_menu.html index ab2c31239..2ee913b5c 100644 --- a/netbox/templates/inc/user_menu.html +++ b/netbox/templates/inc/user_menu.html @@ -1,11 +1,18 @@ {% load i18n %} {% load navigation %} +{% if 'help-center' in settings.RELEASE.features %} + {# Help center control #} + + + +{% endif %} + {% if request.user.is_authenticated %} {# Notifications #} {% with notifications=request.user.notifications.unread.exists %} -