Sha256: 3065a0dff62063a41ee1bf740dba03eb93aefc49d22cf80eb3f2cbab15bd0c43
Contents?: true
Size: 428 Bytes
Versions: 14
Compression:
Stored size: 428 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) %> <% end %> <%= render_hint_for(boolean_editor) %> <% end %> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems