Disabled incomplete admin menu in topbar
This commit is contained in:
parent
832bcefc3c
commit
c928bdf261
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ nav.top-bar
|
|||
li.menu-text class=('active' if controller_name=='welcome' and action_name=='about')
|
||||
a href="/about" About/Privacy
|
||||
// TODO: Check correct classes in Zurb/Foundation for top bar!
|
||||
- if user_signed_in? and current_user.is_admin?
|
||||
/- if user_signed_in? and current_user.is_admin?
|
||||
li.menu-text
|
||||
ul.menu.dropdown data-dropdown-menu=true
|
||||
li
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue