summaryrefslogtreecommitdiff
path: root/app/views/layouts/_header.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-01-10 16:27:49 -0800
committerelijah <elijah@riseup.net>2016-01-10 16:27:49 -0800
commit854746e247a1a05ebbfe59ba3ccac99d1c75ed51 (patch)
tree260ba4028c219abf677af4e61363e7daab65249d /app/views/layouts/_header.html.haml
parentc678806489cbe7d63d3946de1265697c7fb996e6 (diff)
highlight admin areas with caution tape (wip)
Diffstat (limited to 'app/views/layouts/_header.html.haml')
-rw-r--r--app/views/layouts/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml
index 7b7999a..fd654d8 100644
--- a/app/views/layouts/_header.html.haml
+++ b/app/views/layouts/_header.html.haml
@@ -1,5 +1,5 @@
- if admin?
- %ul.nav.nav-tabs
+ %ul.nav.nav-pills.admin-area
= render partial: 'common/navigation_item',
collection: [:users, :identities, :tickets]
= link_to_navigation :logout, logout_path, :method => :delete