Initial XML export support (FRAB compatible)
This commit is contained in:
parent
1cc2b0cac2
commit
628e433fbc
6 changed files with 51 additions and 0 deletions
3
app/views/conference/_all_days.xml.haml
Normal file
3
app/views/conference/_all_days.xml.haml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
- @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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue