mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Remove extra whitespace chars from pdf.haml
This commit is contained in:
parent
474e27d325
commit
0d1e00b649
1 changed files with 2 additions and 2 deletions
|
@ -174,14 +174,14 @@
|
||||||
|
|
||||||
%dt= t(:payment_term)
|
%dt= t(:payment_term)
|
||||||
%dd Prepayment
|
%dd Prepayment
|
||||||
|
|
||||||
%dt= t(:invoice_number)
|
%dt= t(:invoice_number)
|
||||||
%dd= @invoice.number
|
%dd= @invoice.number
|
||||||
|
|
||||||
- if @invoice.description.present?
|
- if @invoice.description.present?
|
||||||
%dt= t(:description)
|
%dt= t(:description)
|
||||||
%dd=@invoice.description
|
%dd=@invoice.description
|
||||||
|
|
||||||
%dt= Invoice.human_attribute_name :reference_no
|
%dt= Invoice.human_attribute_name :reference_no
|
||||||
%dd= @invoice.reference_no
|
%dd= @invoice.reference_no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue