Add this td even if empty

easier to design table then
This commit is contained in:
Jean-Baptiste Bellet
2022-12-05 09:49:00 +01:00
parent 10b0f9b650
commit 819cf5cc49

View File

@@ -57,8 +57,8 @@
%span
= shipment.fee_adjustment.display_amount
- if shipment.fee_adjustment.present? && shipment.can_modify?
%td.actions
%td.actions
- if shipment.fee_adjustment.present? && shipment.can_modify?
- if can? :update, shipment
= link_to '', '', :class => 'edit-method icon_link icon-edit no-text with-tip', :data => { :action => 'edit' }, :title => Spree.t('edit')