Skip to content

Instantly share code, notes, and snippets.

@mb-dev
Created February 5, 2013 05:45
Show Gist options
  • Select an option

  • Save mb-dev/4712501 to your computer and use it in GitHub Desktop.

Select an option

Save mb-dev/4712501 to your computer and use it in GitHub Desktop.
Master Detail Page - Product Partial
<h1><%= @product.name %></h1>
<div>
<img src="<%= @product.image_url%>"/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment