summaryrefslogtreecommitdiff
path: root/app/views/twitter
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/twitter')
-rw-r--r--app/views/twitter/_index.html.erb10
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 %>