We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f382b92 commit f922f58Copy full SHA for f922f58
content/schedule/pentabarf.xml
@@ -40,6 +40,16 @@ xml.schedule do
40
xml.track track[:name], {:online_qa=>track[:online_qa], :slug=>track[:slug]}
41
end
42
43
+ xml.persons do
44
+ speakers.each do | speaker |
45
+ xml.person({:id=>speaker[:person_id]}) do
46
+ xml.name speaker[:name]
47
+ xml.slug speaker[:slug]
48
+ xml.biography speaker[:abstract]
49
+ xml.extended_biography speaker[:description]
50
+ end
51
52
53
days.each_with_index do | day, index |
54
start_time = Time.iso8601("#{day[:conference_day]}T#{conf[:day_change]}")
55
end_time = start_time + (((23 * 60) + 59) * 60)
0 commit comments