From 57bea793282a77b7819335a3a1d218333b7521bb Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 8 May 2019 23:17:09 +0200 Subject: [PATCH] suite --- app/views/portlets/render_public/_imagecontent.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/portlets/render_public/_imagecontent.html.haml b/app/views/portlets/render_public/_imagecontent.html.haml index bb6b8e1..98f7c29 100644 --- a/app/views/portlets/render_public/_imagecontent.html.haml +++ b/app/views/portlets/render_public/_imagecontent.html.haml @@ -25,7 +25,7 @@ -else -url ="" --url = "http#{("" if Rails.env.production?)}://"+HOSTNAME+url +-url = "http#{("s" if Rails.env.production?)}://"+HOSTNAME+url -style = "" -style = "text-align:center;width:100%;" if input.alignement == "center"