Sha256: e9bd10a7e3850a2762293ef57478034b64c29a9e7d96108018bb1dcdd6072abb
Contents?: true
Size: 544 Bytes
Versions: 35
Compression:
Stored size: 544 Bytes
Contents
<% source = payment.source %> <% if source.is_a?(Spree::CreditCard) %> <span class="cc-type"> <% unless (cc_type = source.cc_type).blank? %> <%= image_tag "credit_cards/icons/#{cc_type}.png" %> <% end %> <% if source.last_digits %> <%= Spree.t(:ending_in) %> <%= source.last_digits %> <% end %> </span> <br /> <span class="full-name"><%= source.name %></span> <% else %> <%= content_tag(:span, payment.payment_method.name) %> <% end %> <span class="payment-amount">(<%= payment.display_amount %>)</span>
Version data entries
35 entries across 35 versions & 2 rubygems