You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
248 B

<div class="i18n-ctrl">
<%- I18n.available_locales.each do |locale| %>
<%= button_tag type: 'button', data: { locale: locale }, class: locale == form_locale ? 'current' : nil do %>
<%= locale.to_s %>
<%- end -%>
<% end %>
</div>