Sha256: 8a486383ffe67bf0ebc1e75db0962168b9ba1a02e6df8c7831be4f10767d170c
Contents?: true
Size: 657 Bytes
Versions: 3
Compression:
Stored size: 657 Bytes
Contents
<table class="ui table"> <thead> <tr> <th></th> <th>Single Price</th> <th></th> </tr> </thead> <tbody id="serve_tbody"> <% @cart_item.serve_charges.each do |serve_charge| %> <%= render partial: 'rails_trade_admin/cart_item_serves/serve', locals: { serve_charge: serve_charge } %> <% end %> <% @cart_item.for_select_serves.each do |serve_charge| %> <%= render partial: 'rails_trade_admin/cart_item_serves/check', locals: { serve_charge: serve_charge } %> <% end %> </tbody> <tfoot> <tr> <th>合计</th> <th id="serve_price"><%= @cart_item.serve_price %></th> <th></th> </tr> </tfoot> </table>
Version data entries
3 entries across 3 versions & 1 rubygems