<%= link_to themengruppe 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%>

<% end %>
<%= link_to themengruppe do %>

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

<% end %>
    <% themengruppe.themen.where(:hidelink=>false).where(:isdraft=>false).each do |t| %>
  • <%= link_to t do %> <%= render t %> <% end %>
  • <% end %>