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