Sha256: 16566ae6670a751d1c6ab96364aa4e32c6a22ec5dd94510e2644ca18877e3cc9
Contents?: true
Size: 811 Bytes
Versions: 4
Compression:
Stored size: 811 Bytes
Contents
<%= image_tag "credit_cards/icons/#{@cc_type}.png", id: "img_#{@cc_type}", class: 'pull-right' %> <%= label_tag(:cielo_card, Spree.t(:cielo_card_title, card: Spree.t("cielo_#{@cc_type}"))) + tag(:br) %> <% @portions.each do |item| %> <%= label_tag "portion_#{item[:portion]}" do %> <%= radio_button_tag "#{@prefix}portions", item[:portion], item[:portion] == 1, 'data-payment' => item[:total] %> <%= "#{Spree.t(:cielo_portions, times: item[:portion], value: item[:value])} #{Spree.t(item[:tax_message])}" %> <% end %> <%= tag(:br) %> <% end %> <div data-hook="cielo_tax_info"> <% if @show_tax_value == true %> <%= tag(:br) %> <%= content_tag :span, Spree.t(:cielo_tax_message, tax: @tax), style: 'font-size: smaller;' %> <% end %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems