
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 0.52 KB | hits: 15 | expires: Never
<li>
<%= (image_tag(product.images.first.attachment.url(:wall))) %>
<div class="product-info">
<h3><%= link_to(product.name, product_path(product)) %></h3>
<% product.brands.each do |brand| %>
by <%= link_to(brand.name, seo_url(brand), :class => 'detail-text') %><br />
<% end %>
<%= content_tag(:div, product_price(product), :class => 'price-text') %>
<%= link_to("More info", product_path(product), :class => 'button-small btn-text-s')%>
</div>
</li>