<%= notice %>
<%= @thema.title %>
<%= raw(@thema.text) %>
<%= render :partial=>'layouts/pretty_toolbar' %>
FAQs:
<% @thema.fragen.each do |frage| %>
<%= render frage %>
<% end %>
<% @frage_elements = [{:icon=>:plus, :hicon=>'icon-plus', :text=>I18n.t('frage.add'), :path=>new_frage_path}] %>
<%= render :partial=>'layouts/pretty_toolbar', :object=>@frage_elements %>
<%= I18n.t('attachment.title')%>:
<%= render :partial => "themen/select", :object => @thema, :locals=>{:editor => :false} %>