Skip to content

Commit

Permalink
Merge pull request #5611 from mamhoff/locale-selecation-solidus-admin…
Browse files Browse the repository at this point in the history
…-routing-proxy

Use routing proxy in locale selection
  • Loading branch information
tvdeyen authored Feb 27, 2024
2 parents b8a277d + 5eabcfe commit b532f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}.sort %>
<% if available_locale_options_for_select.size > 1 %>
<%= form_tag(admin_set_locale_path(format: :html), method: :put, style: "width: 100%;") do %>
<%= form_tag(spree.admin_set_locale_path(format: :html), method: :put, style: "width: 100%;") do %>
<label class="admin-navbar-selection admin-locale-selection">
<i class="fa fa-globe fa-fw" title="<%= I18n.t('spree.choose_dashboard_locale') %>"></i>
<select class="custom-select fullwidth" onchange="this.form.requestSubmit()">
Expand Down

0 comments on commit b532f94

Please sign in to comment.