Initial XML export support (FRAB compatible)
This commit is contained in:
parent
1cc2b0cac2
commit
628e433fbc
6 changed files with 51 additions and 0 deletions
11
app/views/conference/schedule.xml.haml
Normal file
11
app/views/conference/schedule.xml.haml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
%schedule
|
||||
%version=@conference.revision
|
||||
%conference
|
||||
%acronym=@conference.short_title
|
||||
%title=@conference.title
|
||||
%start=@conference.start_date
|
||||
%end=@conference.end_date
|
||||
%days=(@conference.end_date - @conference.start_date).to_i + 1
|
||||
%timeslot_duration="00:15" ## fixme
|
||||
- if not @conference.venue.nil? and @conference.venue.rooms.any?
|
||||
= render 'all_days'
|
||||
Loading…
Add table
Add a link
Reference in a new issue