display current events based on track

This commit is contained in:
AnithaPal 2016-09-26 14:46:46 -04:00
parent e82a3e1727
commit 514a88e0be
10 changed files with 56 additions and 39 deletions

View file

@ -1,14 +0,0 @@
.container
.row
.col-md-12.text-center
%h2
= "#" + @conference.contact.social_tag + " Tweets"
%div#tweet-container
- @tweets.each do |tweet|
%div#tweet
%blockquote.twitter-tweet
%p{:lang => "en"}
= tweet.text
= link_to "— @" + tweet.user.name, "http://www.twitter.com/#{tweet.user.name}", target: "_blank"
= link_to tweet.url, tweet.url.to_s