Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Unify the code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaka committed Nov 12, 2013
1 parent ef88167 commit 1f5bb5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/issue_wiki_journal/common_view_hooks.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class ViewLayoutHooks < Redmine::Hook::ViewListener
render_on :view_layouts_base_body_bottom, partial: 'issue_wiki_journal/layout_body_bottom'
module IssueWikiJournal
class ViewLayoutHooks < Redmine::Hook::ViewListener
render_on :view_layouts_base_body_bottom, partial: 'issue_wiki_journal/layout_body_bottom'
end
end

0 comments on commit 1f5bb5f

Please sign in to comment.