Framework CCCS page

This commit is contained in:
Stefan Schlott 2013-09-05 09:51:17 +02:00
parent 09aba964a9
commit 8f812ab935
319 changed files with 24165 additions and 50 deletions

View file

@ -0,0 +1,14 @@
<%= render 'pager', :linkprev => @linkprev, :linknext => @linknext %>
<div class="row">
<section itemscope itemtype="http://schema.org/Blog">
<% (@item[:futureitems] + @item[:pastitems]).each do |item| %>
<div class="span8">
<%= render 'item_intro', :item => item, :extended => true %>
<p>
<a itemprop="blogPost" href="<%= item.path() %>">Zum Artikel</a>
<hr>
</div>
<% end %>
</section>
</div>
<%= render 'pager', :linkprev => @linkprev, :linknext => @linknext %>