Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Created July 8, 2017 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shankardevy/75bb8d192e811aed34f9c680885b615a to your computer and use it in GitHub Desktop.
Save shankardevy/75bb8d192e811aed34f9c680885b615a to your computer and use it in GitHub Desktop.
<div class="product thumbnail">
<div class="caption">
<span class="text-muted pull-right"><%= @product.pack_size %></span>
<h2>
<div class="product-name"><%= @product.name %></div>
<span class="pull-right">₹
<small class="product-price"><%= @product.price %></small>
</span>
</h2>
<hr/>
<%= render "cart_form.html", product: @product, conn: @conn %>
</div>
<img src="<%= @product.image %>" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment