From 743914dc58fae9d0ce0f71a6cb886ba7ffd7ebb3 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 17 Feb 2015 19:01:57 +0100 Subject: [PATCH] Themen show corrected --- app/views/themen/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/themen/show.html.erb b/app/views/themen/show.html.erb index af06bba..692df6f 100644 --- a/app/views/themen/show.html.erb +++ b/app/views/themen/show.html.erb @@ -10,7 +10,7 @@ } %> -<%= +<% unless @thema.titlepics.first.nil? picture_url=URI(root_url) picture_url.path=@thema.titlepics.first.datei.url(:locale=>nil, :theme=>nil)