From 28e36d724ad86d42db26bc7b762ec70106f69b8f Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Tue, 29 Oct 2019 14:54:31 +0200 Subject: [PATCH] fix indention of pdf.haml --- app/views/invoice/pdf.haml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/invoice/pdf.haml b/app/views/invoice/pdf.haml index e04fb3a73..3fae850dc 100644 --- a/app/views/invoice/pdf.haml +++ b/app/views/invoice/pdf.haml @@ -195,20 +195,20 @@ %dt= t(:reg_no) %dd= @invoice.buyer_reg_no - %dt= t(:address) - %dd= @invoice.buyer_address + %dt= t(:address) + %dd= @invoice.buyer_address - %dt= t(:country) - %dd= @invoice.buyer_country + %dt= t(:country) + %dd= @invoice.buyer_country - %dt= t(:phone) - %dd= @invoice.buyer_phone + %dt= t(:phone) + %dd= @invoice.buyer_phone - %dt= t(:url) - %dd= @invoice.buyer_url + %dt= t(:url) + %dd= @invoice.buyer_url - %dt= t(:email) - %dd= @invoice.buyer_email + %dt= t(:email) + %dd= @invoice.buyer_email .clear .row.pull-down