Categories working tested and added link to sidebar
Conflicts: Gemfile config/mongoid.yml
This commit is contained in:
parent
c4e8ed96a9
commit
06c2240d34
|
@ -38,6 +38,13 @@ module Location
|
||||||
|
|
||||||
head_link_path "panel_location_back_end_locations_path"
|
head_link_path "panel_location_back_end_locations_path"
|
||||||
|
|
||||||
|
context_link 'categories',
|
||||||
|
:link_path=>"panel_location_back_end_location_categories_path" ,
|
||||||
|
:priority=>1,
|
||||||
|
:active_for_action=>{:localtion_categories=>:index},
|
||||||
|
:available_for => [:manager]
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue