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

<%= @themengruppe.text %>

<% @themen.each do |thema| %>
<%= render :partial => 'themen/small', :object => thema %>
    <% unless thema.gremium.nil? %>
  • <%= link_to fa_icon("users 2x")+thema.gremium.name , thema.gremium,:class=>"linkbox" %>
  • <% end %> <% thema.nlinks.each do |l| %>
  • <%= render l.neuigkeit if can? :show, l.neuigkeit%>
  • <% end %>
<% end %>
<%= render :partial=>'layouts/pretty_toolbar' %>