OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/lib/open_project/costs/hooks/activity_hook.rb

11 lines
346 B

class OpenProject::Costs::Hooks::ActivityHook < Redmine::Hook::ViewListener
render_on :activity_index_head,
:partial => 'hooks/costs/activity_index_head'
render_on :users_show_head,
partial: 'hooks/costs/activity_index_head'
render_on :search_index_head,
partial: 'hooks/costs/activity_index_head'
end