twitter gem and a partial added to embed tweets about a conference and new layout added for conference info screen
This commit is contained in:
parent
febd3451ad
commit
f29a15b8e4
11 changed files with 216 additions and 28 deletions
|
|
@ -1,9 +1,13 @@
|
|||
.text-center
|
||||
%h2 Upcoming Events
|
||||
- @current_events.each do |event|
|
||||
%div
|
||||
%h3
|
||||
= link_to event.title, conference_program_proposal_path(@conference.short_title, event.id)
|
||||
%h4
|
||||
presented by
|
||||
= event.speaker_names
|
||||
.container
|
||||
.row
|
||||
.col-md-12.text-center
|
||||
%h2 Current Events
|
||||
- @current_events.each do |event|
|
||||
%div
|
||||
%h3
|
||||
= event.title
|
||||
%h4
|
||||
presented by
|
||||
= event.speaker_names
|
||||
in
|
||||
= event.room.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue