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
8
app/views/admin/conference/_conference_tweets.html.haml
Normal file
8
app/views/admin/conference/_conference_tweets.html.haml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.container
|
||||
.row
|
||||
.col-md-12.text-center
|
||||
%h2 Conference Tweets
|
||||
- @tweets.each do |tweet|
|
||||
%div#tweet
|
||||
= tweet.user.name
|
||||
= tweet.text
|
||||
Loading…
Add table
Add a link
Reference in a new issue