This commit is contained in:
Andreas Stephanides
2013-03-03 23:00:50 +01:00
parent f8ad8f4527
commit 5bb60ec8d5
6 changed files with 8 additions and 4 deletions

View File

@@ -26,6 +26,7 @@
<% row.each do |neuigkeit| %>
<div class="span6 min-width:13em;">
<%= render neuigkeit %>
<%= link_to "more" , neuigkeit_path(neuigkeit) %>
</div>
<% end %>
</div>