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

Version Path
alchemy_cms-7.4.2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.3.6 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.9 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.4.1 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.4.0 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.3.5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.8 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.3.4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.3.3 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.3.2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.7 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.3.1 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.3.0 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.6 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.3 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-7.2.1 app/views/alchemy/ingredients/_boolean_editor.html.erb