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 767715a commit cb16869Copy full SHA for cb16869
app/views/layouts/_header.html.haml
@@ -10,6 +10,6 @@
10
= btn_link_to "Home", homepage_url
11
.header-nav
12
- if user_signed_in?
13
- - if current_user.admin?
+ - if current_user.admin? or current_user.admin_limited_access?
14
= btn_link_to "Manage", manage_root_path
15
= btn_link_to "Sign Out", destroy_user_session_path, method: :delete
0 commit comments