From 5439d33a3c953d2ced23f36da2755f6ed5532204 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Wed, 11 Feb 2015 18:54:10 +0100 Subject: [PATCH] thema show width --- app/views/themen/show.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 %>
    @@ -43,6 +44,6 @@ end
    <%= render @thema.themengruppe %>
    - +
<% # render :partial=>'layouts/pretty_toolbar' %>