Nuevo plugin Private Wiki 0.2.0
This commit is contained in:
parent
4e788bb03c
commit
49913ad11b
20 changed files with 480 additions and 0 deletions
7
plugins/redmine_private_wiki/lib/wiki_patches/hook.rb
Executable file
7
plugins/redmine_private_wiki/lib/wiki_patches/hook.rb
Executable file
|
@ -0,0 +1,7 @@
|
|||
module WikiPatches
|
||||
class WikiPatchesHook < Redmine::Hook::ViewListener
|
||||
#Add the content of private_wiki_management_views/_body_bottom.html.erb to general layout
|
||||
render_on :view_layouts_base_body_bottom, :partial => 'private_wiki_management_views/body_bottom'
|
||||
render_on :view_layouts_base_html_head, :partial => 'private_wiki_management_views/html_head'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue