Twitter scripts/layouts, Twitter import

This commit is contained in:
Stefan Schlott 2013-08-23 18:49:13 +02:00
parent 65a6a20708
commit bc62533852
12 changed files with 480 additions and 1 deletions

View file

@ -1,5 +1,5 @@
-----
title: Titel
title: CCC Stuttgart - Startseite
kind: empty
-----
<div class="row">
@ -132,6 +132,10 @@ kind: empty
</div>
<div class="span4">
<h1>Letzte Tweets</h1>
<p>
<%= render 'twitter_list', :items => twitter_by_date().first(5) %>
<p>
<a href="/archives/twitter/<%= twitter_grouped_by_month.keys.sort.last %>">Twitter-Archiv</a>
</div>
</div>