Skip to content

Instantly share code, notes, and snippets.

@jathayde
Created July 13, 2010 21:06
Show Gist options
  • Save jathayde/474528 to your computer and use it in GitHub Desktop.
Save jathayde/474528 to your computer and use it in GitHub Desktop.
<h2>This item has been marked as</h2>
<p class="unit-status"><%= unit.status.humanize %></p>
<!-- PDI - What is this code?! -->
<ul>
<li>
<img src="" alt="" />
</li>
<li>
<ul>
<li><%= unit.product.title if unit.product %></li>
<li>product details</li>
</ul>
<li>
<ul>
<li>
<ul>
<li>LP</li>
<li><%= unit.lp %></li>
</ul>
</li>
<li>
<ul>
<li>UPC</li>
<li><%= unit.upc.value %></li>
</ul>
</li>
</ul>
</li>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment