Sha256: 9e15c0e3637f60d3100eaf44935a2baae1f7e5337b6c0ddf24f853d7b9ca0820

Contents?: true

Size: 588 Bytes

Versions: 1

Compression:

Stored size: 588 Bytes

Contents

<% if defined?(should_render_currency_dropdown?) && should_render_currency_dropdown? %>
  <%= form_tag harpiya.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">
        <%= Harpiya.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

1 entries across 1 versions & 1 rubygems

Version Path
harpiya_frontend-4.3.0.alpha app/views/harpiya/shared/_currency_dropdown.html.erb