Sha256: ea4a5764ee7054de16c74132f543499d6239e6ed6a9c98d0efb3578f43ba9b48

Contents?: true

Size: 490 Bytes

Versions: 6

Compression:

Stored size: 490 Bytes

Contents

<div class="content_editor essence_spree_taxon essence_select">
  <%= content_label(content) %>
  <%= select_tag(
    content.form_field_name,
    options_from_collection_for_select(
      local_assigns.fetch(:options, {})[:taxons] || Spree::Taxon.all,
      :id,
      :pretty_name,
      content.essence.taxon_id
    ),
    include_blank: t(".none"),
    class: ["alchemy_selectbox", "essence_editor_select", html_options[:class]].join(' '),
    style: html_options[:style]
  ) %>
</div>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
alchemy_spree-2.0.0.beta app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-2.4.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-2.3.2 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-2.3.1 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-2.3.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb
alchemy-solidus-2.2.0 app/views/alchemy/essences/_essence_spree_taxon_editor.html.erb