This commit is contained in:
2014-06-24 16:31:08 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<%= @themengruppe.text %>
</p>
<ul class="unstyled linkbox-list" >
<% @themengruppe.themen.each do |thema| %>
<% @themen.each do |thema| %>
<li>
<div class="contentbox">
<%= render :partial => 'themen/small', :object => thema %>