Sha256: 2bdc62a24df40556eeda31026eba43df2c97a42eb05949470c3618ee62e8612a
Contents?: true
Size: 460 Bytes
Versions: 2
Compression:
Stored size: 460 Bytes
Contents
<div class="well clearfix"> <% param_prefix = "payment_source[#{payment_method.id}]" %> <% Spree::Konbini::STORES.each_with_index do |store, index| %> <label> <%= radio_button "#{param_prefix}", "convenience", store, checked: index.zero? %> <%= image_tag "#{store}.png" %> <span><%= Spree.t("conveniences.#{store}") %></span> </label><br /> <% end %> <br/> <p><i><%= Spree.t("payment_fee", fee: "185円") %></i></p> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_komoju-0.1.2 | app/views/spree/checkout/payment/_komoju_konbini.html.erb |
spree_komoju-0.1.1 | app/views/spree/checkout/payment/_komoju_konbini.html.erb |