summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-10-08 10:12:52 +0200
committerAzul <azul@riseup.net>2016-10-08 10:12:52 +0200
commit6eb2dae802e5453e2a4361ab28f614cce9294f4c (patch)
tree37684b3f54c8d7a0e6ef4b406f04983f6f37efb6 /app/views
parente3158f56e9e17dc959c98825b7f005e0749b3c29 (diff)
parent016dbc4cbb10dd8bad3c99eb39697c538c07e8e3 (diff)
Merge remote-tracking branch 'pr/241' into develop
Diffstat (limited to 'app/views')
-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>