Listing themen

<% @themen.each do |thema| %> <% end %>
Title Text
<%= thema.title %> <%= thema.text %> <%= link_to 'Show', thema %> <%= link_to 'Edit', edit_thema_path(thema) %> <%= link_to 'Destroy', thema, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Thema', new_thema_path %>