Sha256: f910f2789e0b3782d54f61e0f1a7152559846f3840d45987248735fad3c6cf2c
Contents?: true
Size: 400 Bytes
Versions: 2
Compression:
Stored size: 400 Bytes
Contents
<ul class="list-group"> <% payment_method.available_payment_methods.each do |method| %> <div class="radio list-group-item clearfix"> <label class="pull-left"> <%= radio_button("payment_source[#{payment_method.id}]", :payment_method_name, method.id) %> <%= image_tag(method.image['normal']) %> <%= method.description %> </label> </div> <% end %> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_mollie_gateway-0.1.1 | app/views/spree/checkout/payment/_molliegateway.html.erb |
spree_mollie_gateway-0.1.0 | app/views/spree/checkout/payment/_molliegateway.html.erb |