Created
July 13, 2010 21:06
-
-
Save jathayde/474528 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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