Sha256: cded700a9890046cf73219af21c37172292738bd25ffb146034a02ded869dfdc
Contents?: true
Size: 573 Bytes
Versions: 8
Compression:
Stored size: 573 Bytes
Contents
<%= render 'shared/error_messages', :target => @order %> <table id="cart-detail" data-hook> <thead> <tr data-hook="cart_items_headers"> <th colspan="2"><%= t(:item) %></th> <th><%= t(:price) %></th> <th><%= t(:qty) %></th> <th><%= t(:total) %></th> <th></th> </tr> </thead> <tbody id="line_items" data-hook> <%= order_form.fields_for :line_items do |item_form| %> <%= render 'line_item', :variant => item_form.object.variant, :line_item => item_form.object, :item_form => item_form %> <% end %> </tbody> </table>
Version data entries
8 entries across 8 versions & 1 rubygems