From fb1ad4c65f5caadeb0c0bb58bf871107eb9a6029 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Tue, 7 Mar 2023 10:24:49 +1100 Subject: [PATCH] Remove non needed collumn from voucher list --- .../enterprises/form/_vouchers.html.haml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/views/admin/enterprises/form/_vouchers.html.haml b/app/views/admin/enterprises/form/_vouchers.html.haml index 66492b0b50..8df72f951c 100644 --- a/app/views/admin/enterprises/form/_vouchers.html.haml +++ b/app/views/admin/enterprises/form/_vouchers.html.haml @@ -9,23 +9,23 @@ %tr %th= t('.voucher_code') %th= t('.rate') - %th= t('.label') - %th= t('.purpose') - %th= t('.expiry') - %th= t('.use_limit') - %th= t('.customers') - %th= t('.net_value') + /%th= t('.label') + /%th= t('.purpose') + /%th= t('.expiry') + /%th= t('.use_limit') + /%th= t('.customers') + /%th= t('.net_value') %tbody - @enterprise.vouchers.each do |voucher| %tr %td= voucher.code %td= voucher.display_value - %td - %td - %td - %td - %td - %td + /%td + /%td + /%td + /%td + /%td + /%td - else %p.text-center