created current scope in event_schedule model and conference info link name and path changed

This commit is contained in:
AnithaPal 2016-08-23 10:23:26 -04:00
parent e8d3177ec1
commit e82a3e1727
17 changed files with 53 additions and 65 deletions

View file

@ -2,12 +2,12 @@
.row
.col-md-12.text-center
%h2 Current Events
- @current_events.each do |event|
- @current_event_schedules.each do |es|
%div
%h3
= event.title
= es.event.title
%h4
presented by
= event.speaker_names
= es.event.speaker_names
in
= event.room.name
= es.event.room.name