Nuevo plugin Private Wiki 0.2.0

This commit is contained in:
Manuel Cillero 2019-01-30 19:41:31 +01:00
parent 4e788bb03c
commit 49913ad11b
20 changed files with 480 additions and 0 deletions

View 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