Sha256: 5eee13dfa8b809f040421a7f4c4b3ba8107cb566d74ba07b2def82f538b51ff0

Contents?: true

Size: 438 Bytes

Versions: 5

Compression:

Stored size: 438 Bytes

Contents

<% order = order_form.object %>

<footer class="cart-footer">
  <p class="cart-footer__total">
    <%= t('spree.total') %>: <strong><%= order.display_total %></strong>
  </p>

  <div class="cart-footer__primary-action">
    <%= order_form.button(
      I18n.t('spree.checkout'),
      class: 'button-primary',
      id: 'checkout-link',
      name: :checkout
    ) %>
  </div>

  <%= render "spree/shared/paypal_cart_button" %>
</footer>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_braintree-3.3.0 spec/fixtures/views/carts/_cart_footer.html.erb
solidus_braintree-3.2.0 spec/fixtures/views/carts/_cart_footer.html.erb
solidus_braintree-3.1.0 spec/fixtures/views/carts/_cart_footer.html.erb
solidus_braintree-3.0.1 spec/fixtures/views/carts/_cart_footer.html.erb
solidus_braintree-3.0.0 spec/fixtures/views/carts/_cart_footer.html.erb