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

8 lines
176 B
Text

.container
.row
.col-md-12.text-center
%h2 Conference Tweets
- @tweets.each do |tweet|
%div#tweet
= tweet.user.name
= tweet.text