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