Pagination fix

This commit is contained in:
Andreas Stephanides
2014-09-13 18:14:27 +02:00
parent 0658a8b423
commit 7a7128aa32
5 changed files with 13 additions and 8 deletions

View File

@@ -22,9 +22,8 @@
<ul class="unstyled linkbox-list" style="max-width:70em" id="neuigkeiten">
<% @neuigkeiten.each do |neuigkeit| %>
<li>
<%= render neuigkeit %>
</li>
<%= render neuigkeit, wrap_in: "li" %>
<% end %>
</ul>