OSDN Git Service

fix the collision of the template name.
[quickedit/quick_edit.git] / hooks.rb
1 #coding: utf-8
2
3 class QuickEditHooks < Redmine::Hook::ViewListener
4         render_on :view_layouts_base_html_head, :partial=> 'hooks/quick_edit_base_head'
5         render_on :view_issues_context_menu_end, :partial=> 'hooks/quick_edit_context'
6 end