fix indention of pdf.haml

This commit is contained in:
Georg Kahest 2019-10-29 14:54:31 +02:00
parent 52dc69d545
commit 28e36d724a

View file

@ -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