Mattias Bodlund 1 year ago
parent
commit
3bc116d2f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/material/_tom_select_field_i18n.html.erb

+ 1
- 1
app/views/material/_tom_select_field_i18n.html.erb View File

@ -1,6 +1,6 @@
<%= tag.div class: 'field' do %>
<div>
<%= f.label attr, local_assigns[:label], for: nil unless local_assigns[:skip_label] %>
<%= f.label attr, local_assigns[:label], for: nil, class: 'i18n__label' unless local_assigns[:skip_label] %>
</div>
<div>


Loading…
Cancel
Save