mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Remove unused view
This commit is contained in:
parent
a97728c0f3
commit
f9c6a8ea85
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
%h4= t(:total)
|
||||
%hr
|
||||
%dl.dl-horizontal
|
||||
/ %dt= t(:document_name)
|
||||
/ %dd= t(@invoice.document_name)
|
||||
|
||||
%dt= t(:issue_date)
|
||||
%dd= l(@invoice.date)
|
||||
|
||||
%dt= t(:due_date)
|
||||
%dd= l(@invoice.due_date)
|
||||
|
||||
%dt= t(:payment_term)
|
||||
%dd= t(@invoice.payment_term)
|
||||
|
||||
%dt= t(:description)
|
||||
%dd= @invoice.description
|
Loading…
Add table
Add a link
Reference in a new issue