osem-fcy/app/views/admin/conferences/_conference_tweets.html.haml

14 lines
456 B
Text
Raw Normal View History

.container
.row
.col-md-12.text-center
%h2
2016-09-26 14:46:46 -04:00
= "##{@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