osem-fcy/app/views/conference/_all_days.xml.haml
2016-06-11 00:55:21 +02:00

3 lines
196 B
Text

- @conference.program.events.group_by{ |event| event.start_time.to_date }.each_with_index do | day, index |
%day{ :date => day[0], :index => index+1 }
=render 'all_rooms', :events => day[1]