display current events based on track
This commit is contained in:
parent
e82a3e1727
commit
514a88e0be
10 changed files with 56 additions and 39 deletions
14
app/views/admin/conferences/_current_events.html.haml
Normal file
14
app/views/admin/conferences/_current_events.html.haml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.container
|
||||
.row.row-centered
|
||||
- @current_event_schedules.each do |track, event_schedules|
|
||||
.col-md-4.col-sm-4.col-centered
|
||||
%h2.text-center
|
||||
= track
|
||||
- event_schedules.each do |event_schedule|
|
||||
%h3.text-center
|
||||
= event_schedule.event.title
|
||||
%h4.text-center
|
||||
presented by
|
||||
= event_schedule.event.speaker_names
|
||||
in
|
||||
= event_schedule.event.room.name
|
||||
Loading…
Add table
Add a link
Reference in a new issue