Fix HTML syntax in admin view

This commit is contained in:
Maikel Linke
2019-03-29 18:42:06 +11:00
parent 5760aed6a6
commit f630738b2c

View File

@@ -3,8 +3,9 @@
%legend= title
%table>
%thead
%th= Spree.t('name')
%th= Spree.t('amount')
%tr
%th= Spree.t('name')
%th= Spree.t('amount')
%tbody#order-charges.with-border
- adjustments.each do |adjustment|
- if (adjustment.originator_type != 'Spree::ShippingMethod') && !(adjustment.originator_type == 'Spree::TaxRate' && adjustment.amount == 0)