Sha256: d5600216e3cb09d1230b946abc4de98801dcaa57fe4f0cf12a79915aca93e782
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 Bytes
Contents
<div data-hook="new_product_prototype" class="col-3"> <%= f.field_container :prototype do %> <%= f.label :prototype_id, Spree::Prototype.model_name.human %><br /> <%= f.collection_select :prototype_id, Spree::Prototype.all, :id, :name, {:include_blank => true}, {:class => 'custom-select fullwidth'} %> <% end %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems