suite
This commit is contained in:
parent
21b1029df0
commit
ef1826e92b
@ -442,3 +442,17 @@ h2{
|
||||
}
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user