give proper block to link_to_ordering (closes #201)

This commit is contained in:
wvengen 2013-12-11 22:58:45 +01:00
parent e25570d870
commit b53cb36714
2 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@
%td= "#{show_user group_order.updated_by} (#{format_time(group_order.updated_on)})"
%td.numeric
= link_to_ordering(order, show: true) do
- number_to_currency(group_order.price)
= number_to_currency(group_order.price)
- else
%td{:colspan => 2}
- if total > 0