Sha256: 59ea35f6a4771d20a7162c77be82d6f3b0f80285ecf2bb98d1f315ddf2a7011f

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 Bytes

Contents

<div class="well clearfix">
  <% param_prefix = "payment_source[#{payment_method.id}]" %>

  <% Spree::Konbini::STORES.each do |store| %>
    <label>
      <%= radio_button "#{param_prefix}", "convenience", store %>
      <%= image_tag "#{store}.png" %>
      <span><%= Spree.t("conveniences.#{store}") %></span>
    </label><br />
  <% end %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree_komoju-0.0.8 app/views/spree/checkout/payment/_komoju_konbini.html.erb
spree_komoju-0.0.7 app/views/spree/checkout/payment/_komoju_konbini.html.erb
spree_komoju-0.0.6 app/views/spree/checkout/payment/_komoju_konbini.html.erb
spree_komoju-0.0.5 app/views/spree/checkout/payment/_komoju_konbini.html.erb
spree_komoju-0.0.4 app/views/spree/checkout/payment/_komoju_konbini.html.erb
spree_komoju-0.0.3 app/views/spree/checkout/payment/_komoju_konbini.html.erb