add hello
This commit is contained in:
parent
edabaed8e8
commit
3a0a4d62a1
|
@ -0,0 +1,2 @@
|
|||
<h1>Hello Worlds</h1>
|
||||
<h2>HOLA</h2>
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue