Sha256: 38cf4f1dacc7f073cde13bf460cf051fdb91c49eb7d75056fd713c8b65f5dbd9
Contents?: true
Size: 417 Bytes
Versions: 7
Compression:
Stored size: 417 Bytes
Contents
<table id="cart"> <thead> <tr> <th colspan="2"><%= t("item") %></th> <th><%= t("price") %></th> <th><%= t("qty") %></th> <th><%= t("total") %></th> </tr> </thead> <tbody id="line_items"> <%= f.render_associated_form(@order.line_items) %> <tr id="none"> <td colspan="5"><%= @order.line_items.empty? ? t("your_cart_is_empty.") : "" %></td> </tr> </tbody> </table>
Version data entries
7 entries across 7 versions & 2 rubygems