Skip to content

Commit

Permalink
enhanced color on show page
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 5, 2014
1 parent f1d6c97 commit 57da6bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/items/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,18 @@ html
th Width
th Height
th Weight
th Color
th Qty
th MSRP
th % Off
th Cost
tbody
each item in items
tr
tr(style='background-color:#{item.color};')
td: a(href='/items/#{item._id.toString()}')= 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 57da6bd

Please sign in to comment.