This commit is contained in:
Nicolas Bally 2019-02-12 00:27:50 +01:00
parent 21b1029df0
commit ef1826e92b
3 changed files with 16 additions and 2 deletions

View File

@ -442,3 +442,17 @@ h2{
}
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
img{
max-width:100%;
}

View File

@ -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"

View File

@ -77,7 +77,7 @@ Rails.application.configure do
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
HOSTNAME="payreagri.quartz.xyz"
HOSTNAME="payrejardinerie.fr"
#config.action_mailer.delivery_method = :file
config.action_mailer.default_url_options = { :host => HOSTNAME }