Fix tab highlighting in admin interface.
This commit is contained in:
parent
7c63d8188e
commit
8cc819aeed
2 changed files with 14 additions and 1 deletions
|
@ -14,7 +14,7 @@ module Refinery
|
|||
plugin.pathname = root
|
||||
plugin.name = "refinerycms_blog"
|
||||
plugin.url = app.routes.url_helpers.refinery_admin_blog_posts_path
|
||||
plugin.menu_match = /^\/refinery\/blog\/?(posts|comments|categories)?/
|
||||
plugin.menu_match = /refinery\/blog\/?(posts|comments|categories)?/
|
||||
plugin.activity = {
|
||||
:class_name => :'refinery/blog/post'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue