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.
 
 
 
 
 

15 lines
477 B

<%= content_tag :div, class: 'trix__field-i18n' do %>
<%- I18n.available_locales.each do |locale| %>
<%- i18n_attr = "#{attr}_#{locale}" -%>
<%= render partial: 'material/trix_field',
locals: {
f: f,
attr: i18n_attr,
class: "i18n__input i18n__input-#{locale}",
label_class: '',
label: local_assigns[:label]
} %>
<%- end -%>
<%- end -%>