Sha256: 030f5e0c188a03506e7c0f42a5317d8b54c0570aa31333be9dd750421ae4e944
Contents?: true
Size: 353 Bytes
Versions: 5
Compression:
Stored size: 353 Bytes
Contents
<% 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
5 entries across 5 versions & 1 rubygems