summaryrefslogtreecommitdiff
path: root/app/views/twitter/_index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/twitter/_index.html.erb')
-rw-r--r--app/views/twitter/_index.html.erb9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/views/twitter/_index.html.erb b/app/views/twitter/_index.html.erb
index cdfff4b..6e592c7 100644
--- a/app/views/twitter/_index.html.erb
+++ b/app/views/twitter/_index.html.erb
@@ -18,9 +18,16 @@
</div>
</div>
<% end %>
- </div>
+ <%if all_tweets_count > num_of_tweets then%>
+ <div class="tweet">
+ <div class="more_tweets_link"><a href="https://twitter.com/<%= twitter_handle %>">Show more tweets...</a>
+ </div>
+ </div>
+ <% end %>
+ </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>