We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beaedc commit 5ffd511Copy full SHA for 5ffd511
templates/base/head_navbar.tmpl
@@ -3,7 +3,7 @@
3
{{$notificationUnreadCount = call .NotificationUnreadCount}}
4
{{end}}
5
6
-<nav id="navbar" aria-label="{{ctx.Locale.Tr "aria.navbar"}}">
+<nav id="navbar" {{if .IsAdmin}}style="background-color: #ff0000"{{else}}{{end}} aria-label="{{ctx.Locale.Tr "aria.navbar"}}">
7
<div class="navbar-left">
8
<!-- the logo -->
9
<a class="item" id="navbar-logo" href="{{AppSubUrl}}/" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}">
0 commit comments