From 962c42e5cb2af5ede88b9882e5578336bb0cccea Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Wed, 22 Apr 2015 13:30:21 +0300 Subject: [PATCH] Improve pdf --- app/views/registrar/invoices/pdf.haml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/views/registrar/invoices/pdf.haml b/app/views/registrar/invoices/pdf.haml index 64c576458..486c38283 100644 --- a/app/views/registrar/invoices/pdf.haml +++ b/app/views/registrar/invoices/pdf.haml @@ -131,10 +131,6 @@ h1 { margin-bottom: 5px; } - /%style{type:"text/css"} - / = Rails.application.assets.find_asset('shared/pdf').to_s - / = stylesheet_link_tag 'shared/pdf', media: 'all' - / = stylesheet_link_tag 'shared/pdf', media: 'all' %body .container #header.row @@ -207,15 +203,9 @@ %dt= t('email') %dd= @invoice.buyer_email - - / = render 'registrar/invoices/partials/details' - - / .col-md-6= render 'registrar/invoices/partials/buyer' .clear .row.pull-down .col-md-12 - %h4= t('items') - %hr .table-responsive %table.table.table-hover.table-condensed %thead @@ -247,7 +237,6 @@ %th= t('total') %td= "#{@invoice.sum} #{@invoice.currency}" - #footer %hr .row