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

Version Path
alchemy_cms-7.0.15 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.14 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.13 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.12 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.11 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.10 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.9 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.8 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.7 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.6 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.3 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.0.2 app/views/alchemy/ingredients/_boolean_editor.html.erb