summaryrefslogtreecommitdiff
path: root/app/views/layouts/_header.html.haml
diff options
context:
space:
mode:
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 fd654d8..6263bc3 100644
--- a/app/views/layouts/_header.html.haml
+++ b/app/views/layouts/_header.html.haml
@@ -1,7 +1,7 @@
- if admin?
%ul.nav.nav-pills.admin-area
= render partial: 'common/navigation_item',
- collection: [:users, :identities, :tickets]
+ collection: [:users, :identities, :invite_codes, :tickets]
= link_to_navigation :logout, logout_path, :method => :delete
- if @user && @show_navigation
.lead