Sha256: 14dea07861f58a8d4c0fb45c6c5825935ab2734e004b9446c18c2cb14bd4ffa0

Contents?: true

Size: 418 Bytes

Versions: 37

Compression:

Stored size: 418 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" do %>
      <%= f.check_box :value, id: nil %>
      <%= render_ingredient_role(boolean_editor) %>
    <% end %>
    <%= render_hint_for(boolean_editor) %>
  <% end %>
<% end %>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
alchemy_cms-6.1.10 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.9 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.8 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.7 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.6 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.14 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.13 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.3 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.1 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.1.0 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.12 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.11 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.10 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.9 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.8 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.7 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.6 app/views/alchemy/ingredients/_boolean_editor.html.erb