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.0.5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.3 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.1 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.rc2 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.rc1 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.b6 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.b5 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.pre.b4 app/views/alchemy/ingredients/_boolean_editor.html.erb
alchemy_cms-6.0.0.b3 app/views/alchemy/ingredients/_boolean_editor.html.erb