Sha256: b8d7665b414f049bdcbbde41c0bfdd6cdc943b1ad4c5cab73ab25c39b7d9f5be
Contents?: true
Size: 584 Bytes
Versions: 19
Compression:
Stored size: 584 Bytes
Contents
<% if defined?(should_render_currency_dropdown?) && should_render_currency_dropdown? %> <%= form_tag spree.set_currency_path, method: :get, class: 'px-4 py-3 w-100 currency-select' do %> <div class="form-group"> <label for="switch_to_currency" class="dropdown-header text-center"> <%= Spree.t(:choose_currency) %> </label> <%= select_tag(:switch_to_currency, options_for_select(supported_currency_options, current_currency), class: 'custom-select w-100') %> <noscript><%= submit_tag %></noscript> </div> <% end %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems