subtotal.html 444 B

12345678910111213141516
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <tr class="totals">
  8. <th class="mark" scope="row" data-bind="text: title"></th>
  9. <td class="amount">
  10. <span class="price" data-bind ="text: getValue(), attr:{'data-label': title}"></span>
  11. <!-- ko foreach: elems() -->
  12. <!-- ko template: getTemplate() --><!-- /ko -->
  13. <!-- /ko -->
  14. </td>
  15. </tr>