Sha256: 7e5c66b8ca3efa4c85dd38f87ecd4dba982b10ca44b1191eea92a8f16f6c5dd6
Contents?: true
Size: 590 Bytes
Versions: 11
Compression:
Stored size: 590 Bytes
Contents
<div id="<%= dom_id(card,'spree') %>" class="payment-sources-list-item"> <label class="form-check-label spree-radio-label"> <%= radio_button_tag "order[existing_card]", card.id, (card == @payment_sources.first), { class: "existing-cc-radio" } %> <span class="spree-radio-label-custom-input"></span> <%= credit_card_icon(card.cc_type) %> <span>****<%= card.last_digits %>, </span> <span><%= card.name %></span> <%= button_tag Spree.t(:remove), type: 'button', class: 'btn text-left d-block p-0 js-remove-credit-card', data: { id: card.id } %> </label> </div>
Version data entries
11 entries across 11 versions & 1 rubygems