suite
This commit is contained in:
commit
c0793b1703
@ -206,7 +206,7 @@ h1{
|
||||
}
|
||||
.submit{
|
||||
width:auto;
|
||||
max-width:100%;
|
||||
max-width:600px;
|
||||
text-align:right;
|
||||
padding:14px 0;
|
||||
padding-top:0px;
|
||||
|
@ -9,7 +9,7 @@ class QuestionMailer < ActionMailer::Base
|
||||
def send_contact(contact)
|
||||
@contact = contact
|
||||
|
||||
mail to: "info@nicolasbally.com",:reply_to => @contact.email.to_s, :subject => "[Contact site]"
|
||||
mail to: "info@nicolasbally.com,dmoiroud@ets-payre.fr",:reply_to => @contact.email.to_s, :subject => "[Contact site Jardinerie]"
|
||||
end
|
||||
|
||||
|
||||
|
@ -117,7 +117,7 @@
|
||||
<p><span style="color: rgb(255, 255, 255); font-size: 18px;">SARL JARDIMAISON</span></p>
|
||||
<p><span style="color: rgb(255, 255, 255);">Av. du Montcelet<br>38380 ENTRE DEUX GUIERS</span></p><p></p>
|
||||
<div class="img image_content" style="text-align:center;width:100%;">
|
||||
<img alt="" style="width:250px;" src="http://localhost:3000/public_medias/image_file/file/15/large_058717c5.png">
|
||||
<img alt="" style="width:250px;" src="/public_medias/image_file/file/15/large_058717c5.png">
|
||||
</div>
|
||||
<p><span style="color: rgb(255, 255, 255); font-size: 18px;">04 76 66 80 59</span></p><p><span style="color: rgb(255, 255, 255);">Lundi au Samedi<br>9:00–12:00 14:00-19:00</span></p><p><span style="color: rgb(255, 255, 255);"></span></p>
|
||||
</div>
|
||||
@ -127,7 +127,7 @@
|
||||
<p><span style="color: rgb(255, 255, 255); font-size: 18px;">SAS Payre</span></p>
|
||||
<p><span style="color: rgb(255, 255, 255);">Sillo les Aversains<br>38710 Mens</span></p><p></p>
|
||||
<div class="img image_content" style="text-align:center;width:100%;">
|
||||
<img alt="" style="width:250px;" src="http://localhost:3000/public_medias/image_file/file/14/large_7df16f92.png">
|
||||
<img alt="" style="width:250px;" src="/public_medias/image_file/file/14/large_7df16f92.png">
|
||||
</div>
|
||||
<p><span style="color: rgb(255, 255, 255); font-size: 18px;">04 76 34 61 84</span></p><p><span style="color: rgb(255, 255, 255);">Mardi au Vendredi<br>8:30–12:30 14:00-18:00</span></p>
|
||||
<p><span style="color: rgb(255, 255, 255);">Samedi<br>8:30–12:30 14:00-17:00</span></p><p><span style="color: rgb(255, 255, 255);"></span></p>
|
||||
@ -311,10 +311,10 @@
|
||||
.contact_form.contact_militer#form
|
||||
=render :partial => "public/contacts/form"
|
||||
=image_tag "/bottom-lines.png", :id => "bottom_lines"
|
||||
|
||||
|
||||
=render :partial => "public/shared/footer"
|
||||
|
||||
|
||||
|
||||
:javascript
|
||||
resize()
|
||||
|
Loading…
x
Reference in New Issue
Block a user