% unless @neuigkeiten.empty? %>
Neuigkeiten
<% end %>
<% @neuigkeiten.each do |neuigkeit| %>
<% end %>
<% unless @fetprofiles.empty? %>
Mitarbeiter
<% end %>
<% @fetprofiles.each do |fetprofile| %>
<% end %>
<% unless @fetprofiles.empty? %>
Themen
<% end %>
<% @themen.each do |thema| %>
- <%= link_to thema, {:class=>"linkbox"} do %>
<%= render :partial=>"themen/small", :object=>thema %>
<% end %>
<% end %>