pic | Id | Name | P1 | P2 | P3 | P4 | Promotion | New | Score | S1 | Description | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<%=image_tag product.i1.url(:thumb)%> | <%= product.id %> | <%= product.name %> | <%= product.p1 %> | <%= product.p2 %> | <%= product.p3 %> | <%= product.p4 %> | <%= product.promotion %> | <%= product.new %> | <%= product.score %> | <%= product.s1 %> | <%= product.description %> | <%= link_to 'Show', admin_product_path(product) %> | <%= link_to 'Edit', edit_admin_product_path(product) %> | <%= link_to 'Destroy', admin_product_path(product), :confirm => 'Are you sure?', :method => :delete %> |