add hello

This commit is contained in:
chiu 2019-08-23 14:31:16 +08:00
parent edabaed8e8
commit 3a0a4d62a1
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<h1>Hello Worlds</h1>
<h2>HOLA</h2>

View File

@ -46,6 +46,12 @@ module Testing
:active_for_action=>{'admin/testings'=>'tags'},
:active_for_tag => 'Testing',
:available_for => 'managers'
context_link 'testing.hello',
:link_path=>"admin_testings_path" ,
:priority=>6,
:active_for_action=>{'admin/testings'=>'hello'},
:active_for_tag => 'Testing',
:available_for => 'managers'
end
end
end