This commit is contained in:
Nicolas Bally 2019-05-08 23:17:09 +02:00
parent 802a0694d0
commit 57bea79328

View File

@ -25,7 +25,7 @@
-else -else
-url ="" -url =""
-url = "http#{("" if Rails.env.production?)}://"+HOSTNAME+url -url = "http#{("s" 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"