Sha256: b4229a38b1facc8910c0f203825038dfb257d53965998f3b639df6422d857a1b
Contents?: true
Size: 414 Bytes
Versions: 3
Compression:
Stored size: 414 Bytes
Contents
<thead> <tr data-hook="cart_adjustments_headers"> <th class="cart-adjustment-header" colspan="6"><%= t(:order_adjustments) %></th> </tr> </thead> <tbody id="cart_adjustments" data-hook> <% @order.adjustments.eligible.each do |adjustment| %> <tr> <td colspan="4"><%= adjustment.label %></td> <td><%= adjustment.display_amount.to_html %></td> <td></td> </tr> <% end %> </tbody>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_core-1.3.5 | app/views/spree/orders/_adjustments.html.erb |
spree_core-1.3.4 | app/views/spree/orders/_adjustments.html.erb |
spree_core-1.3.3 | app/views/spree/orders/_adjustments.html.erb |