suite
This commit is contained in:
parent
2d376ed2d8
commit
2d7ab162dd
@ -25,7 +25,7 @@
|
|||||||
-else
|
-else
|
||||||
-url =""
|
-url =""
|
||||||
|
|
||||||
-url = "http#{("" if Rails.env.production?)}://"+HOSTNAME+url
|
-url = "https#{("" if Rails.env.production?)}://"+HOSTNAME+url
|
||||||
-style = ""
|
-style = ""
|
||||||
-style = "text-align:center;width:100%;" if input.alignement == "center"
|
-style = "text-align:center;width:100%;" if input.alignement == "center"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-if article.without_text_image_file
|
-if article.without_text_image_file
|
||||||
-img_url = "https://payrepmc.quartz.xyz"+article.without_text_image_file.file.large.url
|
-img_url = "https://payremaintenance.fr"+article.without_text_image_file.file.large.url
|
||||||
-elsif article.image_file
|
-elsif article.image_file
|
||||||
-img_url = "https://payrepmc.quartz.xyz"+article.image_file.file.large.url
|
-img_url = "https://payremaintenance.fr"+article.image_file.file.large.url
|
||||||
-else
|
-else
|
||||||
-img_url = ""
|
-img_url = ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user