<%= link_to themengruppe,{:class=>'linkbox color-1-dark'} do %>
<% if themengruppe.icon.nil? or themengruppe.icon.empty? %> <%= image_tag themengruppe.picture.thumb.url,{:class=>"img-rounded"} %> <% end %>

<% unless themengruppe.icon.nil? or themengruppe.icon.empty? %> <% end %> <%=themengruppe.title%>

<%= if themengruppe.text.split.size > Themengruppe::WORD_COUNT themengruppe.text.split[0..Themengruppe::WORD_COUNT].join(" ") + " ..." else themengruppe.text end%>

    <% themengruppe.themen.where(" (NOT hidelink) and ( NOT isdraft) ").order(:priority).reverse.each do |t| %>
  • <%= render t %>
  • <% end %>
<% end %>