Fix Sidebar Sub Nav
This commit is contained in:
parent
6f49d55c43
commit
5f7b965674
|
@ -14,7 +14,7 @@ module WebResource
|
|||
side_bar do
|
||||
head_label_i18n 'web_resource',:icon_class=>"icons-link"
|
||||
available_for [:admin,:manager,:sub_manager]
|
||||
active_for_controllers ({:private=>['web_resource']})
|
||||
active_for_controllers (['admin/web_resources'])
|
||||
head_link_path "admin_web_resources_path"
|
||||
|
||||
context_link 'list_',
|
||||
|
|
Loading…
Reference in New Issue