fix
This commit is contained in:
parent
3a0a4d62a1
commit
4967fbc87d
|
@ -2,3 +2,4 @@ en:
|
|||
testing:
|
||||
testing: Test Module
|
||||
order: order
|
||||
hello: hello!
|
||||
|
|
|
@ -2,3 +2,4 @@ zh_tw:
|
|||
testing:
|
||||
testing: 測試模組
|
||||
order: 排序
|
||||
hello: 嗨!!
|
||||
|
|
|
@ -49,7 +49,7 @@ module Testing
|
|||
context_link 'testing.hello',
|
||||
:link_path=>"admin_testings_path" ,
|
||||
:priority=>6,
|
||||
:active_for_action=>{'admin/testings'=>'hello'},
|
||||
:active_for_action=>{'admin/testings/hello'=>'hello'},
|
||||
:active_for_tag => 'Testing',
|
||||
:available_for => 'managers'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue