give proper block to link_to_ordering (closes #201)
This commit is contained in:
parent
e25570d870
commit
b53cb36714
2 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue