This commit is contained in:
chiu 2019-08-23 14:34:18 +08:00
parent 3a0a4d62a1
commit 4967fbc87d
3 changed files with 3 additions and 1 deletions

View File

@ -2,3 +2,4 @@ en:
testing:
testing: Test Module
order: order
hello: hello!

View File

@ -2,3 +2,4 @@ zh_tw:
testing:
testing: 測試模組
order: 排序
hello: 嗨!!

View File

@ -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