<% if @themengruppe.public %>
- <%= link_to fa_icon("arrow-circle-left 2x")+I18n.t("themengruppe.showall"), themengruppen_path, :class=>"linkbox" %>
<% else %>
- <%= link_to fa_icon("arrow-circle-left 2x")+I18n.t("common.intern"), intern_home_index_path, :class=>"linkbox" %>
<% end %>
- <%= link_to fa_icon("question 2x")+ I18n.t("themengruppe.faqs"), faqs_themengruppen_path(:anchor=>"themengruppe_"+@themengruppe.id.to_s), :class=>"linkbox" %>
<%= render :partial=>'layouts/pretty_toolbar' %>
<% 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 %>