mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 14:14:49 +02:00
fix indention of pdf.haml
This commit is contained in:
parent
52dc69d545
commit
28e36d724a
1 changed files with 10 additions and 10 deletions
|
@ -195,20 +195,20 @@
|
||||||
%dt= t(:reg_no)
|
%dt= t(:reg_no)
|
||||||
%dd= @invoice.buyer_reg_no
|
%dd= @invoice.buyer_reg_no
|
||||||
|
|
||||||
%dt= t(:address)
|
%dt= t(:address)
|
||||||
%dd= @invoice.buyer_address
|
%dd= @invoice.buyer_address
|
||||||
|
|
||||||
%dt= t(:country)
|
%dt= t(:country)
|
||||||
%dd= @invoice.buyer_country
|
%dd= @invoice.buyer_country
|
||||||
|
|
||||||
%dt= t(:phone)
|
%dt= t(:phone)
|
||||||
%dd= @invoice.buyer_phone
|
%dd= @invoice.buyer_phone
|
||||||
|
|
||||||
%dt= t(:url)
|
%dt= t(:url)
|
||||||
%dd= @invoice.buyer_url
|
%dd= @invoice.buyer_url
|
||||||
|
|
||||||
%dt= t(:email)
|
%dt= t(:email)
|
||||||
%dd= @invoice.buyer_email
|
%dd= @invoice.buyer_email
|
||||||
|
|
||||||
.clear
|
.clear
|
||||||
.row.pull-down
|
.row.pull-down
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue