mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
%html{:xmlns => "http://www.w3.org/1999/xhtml"}
|
|
%head
|
|
/ If you delete this meta tag, Half Life 3 will never be released.
|
|
%meta{:content => "width=device-width", :name => "viewport" }/
|
|
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
|
%title
|
|
Open Food Network
|
|
= stylesheet_link_tag 'mail/all'
|
|
%body{:bgcolor => "#FFFFFF" }
|
|
%table.head-wrap{:bgcolor => "#f2f2f2"}
|
|
%tr
|
|
%td
|
|
%td.header.container
|
|
.content
|
|
%table{:bgcolor => "#f2f2f2"}
|
|
%tr
|
|
%td
|
|
%img{:src => "#{ asset_path 'logo-color.png' }", :width => "144", :height => "50"}/
|
|
%td{:align => "right"}
|
|
%h6.collapse
|
|
Open Food Network
|
|
%td
|
|
|
|
%table.body-wrap
|
|
%tr
|
|
%td
|
|
%td.container{:bgcolor => "#FFFFFF"}
|
|
.content
|
|
%table
|
|
%tr
|
|
%td
|
|
|
|
= yield
|
|
%td
|
|
|
|
%table.footer-wrap
|
|
%tr
|
|
%td
|
|
%td.container
|
|
.content
|
|
%table
|
|
%tr
|
|
%td{:align => "center"}
|
|
%p
|
|
%a{:href => "#{ URI.join(spree.root_url, "Terms-of-service.pdf").to_s }", :target => "_blank"}
|
|
Terms of service
|
|
|
|
|
%a{:href => "#{ spree.root_url }"}
|
|
Open Food Network
|
|
/ | <a href="#"><unsubscribe>Unsubscribe</unsubscribe></a>
|
|
%td |