diff --git a/app/views/themen/show.html.erb b/app/views/themen/show.html.erb index 93e79ec..2a51a58 100644 --- a/app/views/themen/show.html.erb +++ b/app/views/themen/show.html.erb @@ -19,7 +19,8 @@ end

<%= notice %>

<% link_to "Zurück", @thema.themengruppe %> -<% thema=@thema %> +<% thema=@thema %>
+
<%= render :partial => 'themen/small', :object => thema %>
<% # render :partial=>'layouts/pretty_toolbar' %>