<%= notice %>

<%= @thema.title %>

<%= raw(@thema.text) %>

<%= link_to 'Edit', edit_thema_path(@thema) %> | <%= link_to 'Back', themengruppe_path(@thema.themengruppe) %>

FAQs:

<% @thema.fragen.each do |frage| %>

<%= frage.title %>
<%= raw(frage.text) %>
<%= link_to 'Edit', edit_frage_path(frage) %> | <%= link_to 'Destroy',frage, method: :delete, data: { confirm: 'Are you sure?' } %>

<% end %> <%= link_to 'Neue Frage', new_frage_path %>

Attachments:

<%= render :partial => "themen/select", :object => @thema, :locals => { :editor => :false }%>