diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/images/Twitter_Logo_White_On_Blue.png | bin | 0 -> 4861 bytes | |||
-rw-r--r-- | app/views/twitter/_index.html.erb | 10 |
2 files changed, 4 insertions, 6 deletions
diff --git a/app/assets/images/Twitter_Logo_White_On_Blue.png b/app/assets/images/Twitter_Logo_White_On_Blue.png Binary files differnew file mode 100644 index 0000000..25ba09f --- /dev/null +++ b/app/assets/images/Twitter_Logo_White_On_Blue.png diff --git a/app/views/twitter/_index.html.erb b/app/views/twitter/_index.html.erb index 41fbf26..e31117e 100644 --- a/app/views/twitter/_index.html.erb +++ b/app/views/twitter/_index.html.erb @@ -13,16 +13,14 @@ <div class="tweet"> <div class="tweet_text"><%= " #{e.text}" %> </div> - <div class="tweet_text_date">tweeted on <% t = e.created_at%> <%= t.strftime("%m/%d/%y").to_s %> </div> - </div> <% end %> - </div> + </div> - <div class="twitter_footer"> - <p>This feed uses a Ruby interface to access the Twitter API. Within LEAP Twitter does not track you.</p> - </div> + <div class="twitter_footer"> + <p>This feed uses a Ruby interface to access the Twitter API. Within LEAP Twitter does not track you.</p> + </div> </div> <% end %> |