Fix approval link in side bar

This commit is contained in:
chris 2013-10-02 15:35:42 +08:00
parent 08907aa8c1
commit 31ef12b3da
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ module OrbitApp
current_priority = @context_links.count
if @approvable_with_link
context_link 'approval_setting',
:link_path => "admin_authorizations_path(get_module_app.key, 'approval')",
:link_path => "admin_authorizations_path(get_module_app.key, 'category_approval')",
:priority => current_priority + 1,
:available_for => [:manager]
end