Pass activity css to search#index (#2250)

pull/6827/head
Till Breuer 11 years ago
parent 37cd816de1
commit ae5a08a2e9
  1. 3
      lib/open_project/meeting/hooks.rb

@ -25,5 +25,8 @@ module OpenProject::Meeting
render_on :users_show_head,
partial: 'hooks/meetings/activity_index_head'
render_on :search_index_head,
partial: 'hooks/meetings/activity_index_head'
end
end

Loading…
Cancel
Save