Skip to content

Commit

Permalink
Merging master into big-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jkgraham committed May 31, 2012
2 parents f93789e + 6c0c788 commit a6218f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions somefolder/code.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
%th
= order.shipping_type.name
%td
- if order.shipping_cost && order.shipping_cost.to_i > 0
= number_to_currency order.shipping_cost.to_i
- if order.shipping_cost && order.shipping_cost.to_f > 0
= number_to_currency order.shipping_cost.to_f
- else
The shipping cost was not specified
- else
Expand Down

0 comments on commit a6218f2

Please sign in to comment.