Sha256: 2050e2d824bc535e0fe5357e590bdc64d67944e054bc36a7bb832eedd83adfce
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
<!-- insert_top '[data-hook="admin_product_form_left"]' enabled --> <% if f.object.new_record? %> <%= 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 id="product-from-prototype"></div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems