Repository URL to install this package:
Version:
1.0.0 ▾
|
<div class="field-unit__label">
<%= f.label 'Language' %>
</div>
<div class="field-unit__field">
<%= f.select(field.permitted_attribute, nil) do %>
<%= options_for_select(field.associated_resource_options, field.selected_option) %>
<% end %>
<div style="margin-top:5px;">
The language is used in the codes "Translate" view as the target language for translations.
</div>
</div>