Sha256: eda837af2d6fba06c5353172a09a160370f1084febdfe658e9abcc19baf0b0f1
Contents?: true
Size: 462 Bytes
Versions: 19
Compression:
Stored size: 462 Bytes
Contents
<%= content_tag :div, class: boolean_editor.css_classes, data: boolean_editor.data_attributes do %> <%= element_form.fields_for(:ingredients, boolean_editor.ingredient) do |f| %> <%= f.label :value, style: "display: inline-block", for: nil do %> <%= f.check_box :value, id: nil %> <%= render_ingredient_role(boolean_editor) %> <%= render_hint_for(boolean_editor, size: "1x", fixed_width: false) %> <% end %> <% end %> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems