From 5b3e052f785d9fa53ccf79565d12f28c3b953876 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Fri, 16 Oct 2015 21:36:18 +1100 Subject: [PATCH] Using a compiled stylesheet for pdf styling --- app/views/spree/admin/orders/invoice.html.haml | 2 +- app/views/spree/admin/orders/print.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/spree/admin/orders/invoice.html.haml b/app/views/spree/admin/orders/invoice.html.haml index 8a301f5869..db94bb060d 100644 --- a/app/views/spree/admin/orders/invoice.html.haml +++ b/app/views/spree/admin/orders/invoice.html.haml @@ -1,4 +1,4 @@ -= wicked_pdf_stylesheet_link_tag "mail/email" += wicked_pdf_stylesheet_link_tag "mail/all" %table{:width => "100%"} diff --git a/app/views/spree/admin/orders/print.html.haml b/app/views/spree/admin/orders/print.html.haml index f3fd436b91..5a42699c98 100644 --- a/app/views/spree/admin/orders/print.html.haml +++ b/app/views/spree/admin/orders/print.html.haml @@ -1,4 +1,4 @@ -= wicked_pdf_stylesheet_link_tag "mail/email" += wicked_pdf_stylesheet_link_tag "mail/all" %table{:width => "100%"}