Merge pull request #73 from finnlabs/activity-icon-labels-2250
commit
049539e0ae
@ -1,4 +1,10 @@ |
||||
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 |
||||
|
Loading…
Reference in new issue