mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix HTML syntax in admin view
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user