From c4ffe099f1c026aa98945da1479790daf16768b2 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Mon, 22 Feb 2016 14:50:55 +0100 Subject: [PATCH] gallerie newsletter --- app/views/portlets/render_public/_gallerycontent.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/portlets/render_public/_gallerycontent.html.haml b/app/views/portlets/render_public/_gallerycontent.html.haml index 1b85b74..6565f4f 100644 --- a/app/views/portlets/render_public/_gallerycontent.html.haml +++ b/app/views/portlets/render_public/_gallerycontent.html.haml @@ -95,7 +95,7 @@ .rea-gal -input.gallery_images.each do |gallery_images| - =link_to image_tag(gallery_images.image_file.file.square.url, :alt => "#{gallery_images.title}"), gallery_images.image_file.file.large.url, :title => gallery_images.title if gallery_images.image_file + =link_to image_tag("http://"+HOSTNAME+gallery_images.image_file.file.square.url, :alt => "#{gallery_images.title}"), gallery_images.image_file.file.large.url, :title => gallery_images.title if gallery_images.image_file .clear -elsif input.style==2