Sha256: 83334d12b87513dfb87a3d640e22323e51624376a98fb3f9ec422b2e56d06ab7

Contents?: true

Size: 462 Bytes

Versions: 17

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: "lg", fixed_width: false) %>
    <% end %>
  <% end %>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.12 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.11 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.10 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.9 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.8 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.7 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.6 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.3 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.1 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.0 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/ingredients/_boolean_editor.html.erb