Include mail stylsheet tag in invoice pdf files and mailer layout [OFN-12214]

This commit is contained in:
wandji20
2024-08-13 18:23:18 +01:00
parent 7392079d4d
commit 58872a7017
4 changed files with 7 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title
= Spree::Config[:site_name]
= stylesheet_pack_tag 'mail'
= stylesheet_link_tag 'mail'
%body{:bgcolor => "#FFFFFF" }
- unless @hide_ofn_navigation
%table.head-wrap{:bgcolor => "#f2f2f2"}

View File

@@ -1,3 +1,5 @@
= wicked_pdf_stylesheet_link_tag "mail"
%table{:width => "100%"}
%tbody
%tr{ valign: "top" }

View File

@@ -1,3 +1,5 @@
= wicked_pdf_stylesheet_link_tag "mail"
%table{:width => "100%"}
%tbody
%tr{ valign: "top" }

View File

@@ -1,3 +1,5 @@
= wicked_pdf_stylesheet_link_tag "mail"
%table{:width => "100%"}
%tbody
%tr{ valign: "top" }