Skip to content

Commit

Permalink
enhanced show
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 5, 2014
1 parent 57da6bd commit f226793
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/items/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,17 @@ html
th Width
th Height
th Weight
th Color
th Qty
th MSRP
th % Off
th Cost
tbody
tr
tr(style='background-color:#{item.color};')
td= item.name
td= item.dimensions.l
td= item.dimensions.w
td= item.dimensions.h
td= item.weight
td= item.color
td= item.quantity
td= item.msrp
td= item.percentOff
Expand Down

0 comments on commit f226793

Please sign in to comment.