Initial XML export support (FRAB compatible)
This commit is contained in:
parent
1cc2b0cac2
commit
628e433fbc
6 changed files with 51 additions and 0 deletions
4
app/views/conference/_all_rooms.xml.haml
Normal file
4
app/views/conference/_all_rooms.xml.haml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
- events.group_by{ |event| event.room }.each do | room |
|
||||
%room{ :name => room[0].name }
|
||||
- room[1].each do | event |
|
||||
= render 'event', :event => event
|
||||
Loading…
Add table
Add a link
Reference in a new issue