accescible_app/app/views/public/shared/_contact_block.html.haml
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

49 lines
1.1 KiB
Plaintext

#contact_block
#horaires.content
Horaire d'ouverture pour cette semaine :
%br
-if (Date.today.cweek).to_i%2 == 0
=render :partial => "/public/shared/odd"
-else
=render :partial => "/public/shared/even"
%br
=link_to "Horaires pour la semaine prochaine", "#next_week", :rel => "prettyPhoto", :title => ""
#next_week{:style => "display:none"}
%div{:style => "padding:1px"}
%h2 Horaires d'ouverture pour la semaine prochaine
%p
du lundi
=l Date.today.next_week, :format => :long
au dimanche
=l Date.today.next_week.end_of_week, :format => :long
=":"
%p
-if (Date.today.cweek).to_i%2 == 0
=render :partial => "/public/shared/even"
-else
=render :partial => "/public/shared/odd"
#garde.content
Pour connaître la pharmacie de garde :
%br
=link_to "- consultez la liste des pharmacie de garde", "/pages/infos-utiles/pharmacies-gardes.html"
%br
="- appelez le 3915"
#contact.content
63 route du Plan
%br
38140 RIVES
%br
%br
info@pharmacieboissier.com
%br
%br
tel : 04 76 65 35 69
%br
fax : 04 76 66 83 50