diff options
author | thea <ta.kupler@gmail.com> | 2016-09-06 10:24:23 +0200 |
---|---|---|
committer | thea <ta.kupler@gmail.com> | 2016-09-06 10:24:23 +0200 |
commit | 3bfa7a6ff2f9fba98d7ece62859dfd7d83829fc1 (patch) | |
tree | f5ed154ef8e5c940a58bfff3d415625b6a5254c5 /app/views/twitter/_index.html.erb | |
parent | 18cb3ebbcafe09a194c938e8884f9d3f3753f635 (diff) | |
parent | 3b638103ae7c6094d79812f4cbd44bfce320a217 (diff) |
Merge branch 'develop' into thea
Diffstat (limited to 'app/views/twitter/_index.html.erb')
-rw-r--r-- | app/views/twitter/_index.html.erb | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/app/views/twitter/_index.html.erb b/app/views/twitter/_index.html.erb index eba9675..2d17aad 100644 --- a/app/views/twitter/_index.html.erb +++ b/app/views/twitter/_index.html.erb @@ -2,20 +2,17 @@ <div class="twitter"> <div class="twitter_header"> - Tweets by </br><%= twitter_name %></p> + <p>These are the most recent tweets by </br><%= twitter_name%></p> + + <div class="twitter_id"> + <div class="twitter_pic twitter_image_frame"><%= image_tag("rails.png") %></div> + <div class="twitter_name"><a href="https://twitter.com/loadtocode">@<%= twitter_handle %></a></div> + </div> </div> <div class="twitter_list"> <% tweets.each do |e| %> <div class="tweet"> - - <div class="tweet_title"> - <div class="tweet_pic twitter_image_frame"><%= image_tag("team-loadtocode-Loading_icon.gif") %></div> - <div class="tweet_name"> - @<%= twitter_handle %> - </div> - </div> - <div class="tweet_text"><%= " #{e.text}" %> </div> @@ -29,6 +26,5 @@ <div class="twitter_footer"> To prevent leakage no links are displayed. For more information visit @<%= twitter_name %> on twitter.com.</p> </div> - - </div> +</div> <% end %> |