<%= @product.name %>
<% if @product.images.blank? %>
<%= image_tag 'kaktus.png' %>
<% else %> <% test = 0 %> <% @product.images.order('position').each do |image| %>
<%= image_tag image.image.url(:thickbox) %>
<% test = 1 %><% end %> <% end %>
    <% if @product.images.blank? %>
  1. <%= image_tag 'kaktus.png' %>
  2. <% else %> <% test = 0 %> <% @product.images.order('position').each do |image| %>
  3. ><%= image_tag image.image.url(:medium) %>
  4. <% test += 1 %><% end %> <% end %>

Kategoria: <%= @product.default_category.name %>

PLN <%= '%.2f' % @product.price %>

<%= raw @product.description %>


Ilość: