Skip to content

Instantly share code, notes, and snippets.

@smsohan
Created January 23, 2012 03:54
Show Gist options
  • Save smsohan/1660430 to your computer and use it in GitHub Desktop.
Save smsohan/1660430 to your computer and use it in GitHub Desktop.
<% products.each do |product| %>
<div class="product" id="product_<%= product.id %>">
<%= link_to_image product.thumbnail, product %>
<%= product.name %>
...
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment