diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-13 13:17:38 +0200 |
---|---|---|
committer | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-09-13 13:17:38 +0200 |
commit | 645704123f1c3000056df2aff9e2025d386bb455 (patch) | |
tree | e668e4a5c8f1569f22f5f33b0ff5f502f8878dd7 /app/views/twitter/_index.html.erb | |
parent | 0e46ed05ff0ab7b860e5bb8a4be99ae16474410d (diff) | |
parent | 8fd3aae30e7bfae18d99d936ef5428e8046ab58a (diff) |
Updating CSS and view Code
Diffstat (limited to 'app/views/twitter/_index.html.erb')
-rw-r--r-- | app/views/twitter/_index.html.erb | 10 |
1 files changed, 4 insertions, 6 deletions
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 %> |