Sha256: f29482607155156fe9b969f7feea4b6aa26243c4fa757a9345b4ca1e56c3288a

Contents?: true

Size: 454 Bytes

Versions: 25

Compression:

Stored size: 454 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 %>,&nbsp</span>
    <span><%= card.name %></span>
  </label>
</div>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
spree_frontend-4.1.15 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.14 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.13.1 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.2.0.rc4 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.2.0.rc3 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.13 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.2.0.rc2 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.12 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.2.0.rc1 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.11 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.10 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.2.0.beta app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.9 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.8 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.7 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.6 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.5 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.4 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.3 app/views/spree/checkout/_credit_card.html.erb
spree_frontend-4.1.2 app/views/spree/checkout/_credit_card.html.erb