From f9c6a8ea8561df026234b6231719d5d4900c074a Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 17 Oct 2018 13:05:38 +0300 Subject: [PATCH] Remove unused view --- .../registrar/invoices/partials/_total.haml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/views/registrar/invoices/partials/_total.haml diff --git a/app/views/registrar/invoices/partials/_total.haml b/app/views/registrar/invoices/partials/_total.haml deleted file mode 100644 index 7eac6cc88..000000000 --- a/app/views/registrar/invoices/partials/_total.haml +++ /dev/null @@ -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