Sha256: af6869b0bd48d35a309001f9c7bfe6de5f5e8666b86bb4635dffa0a808082848
Contents?: true
Size: 488 Bytes
Versions: 120
Compression:
Stored size: 488 Bytes
Contents
<tr id="<%= dom_id(wallet_payment_source, 'spree')%>" class="<%= cycle('even', 'odd') %>"> <td><%= wallet_payment_source.payment_source.name %></td> <td><%= wallet_payment_source.payment_source.display_number %></td> <td><%= wallet_payment_source.payment_source.month %></td> <td><%= wallet_payment_source.payment_source.year %></td> <td> <%= radio_button_tag "order[wallet_payment_source_id]", wallet_payment_source.id, default, class: "existing-cc-radio" %> </td> </tr>
Version data entries
120 entries across 120 versions & 2 rubygems