group order switch menu use show view
This commit is contained in:
parent
c3761095e7
commit
dd7beab9bd
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
||||||
data-toggle='tooltip'
|
data-toggle='tooltip'
|
||||||
data-placement='bottom'
|
data-placement='bottom'
|
||||||
title='#{ order.ends ? t('.remaining', remaining: time_ago_in_words(order.ends)) : "" }')
|
title='#{ order.ends ? t('.remaining', remaining: time_ago_in_words(order.ends)) : "" }')
|
||||||
= link_to_ordering(order, 'data-confirm_switch_order' => true)
|
= link_to_ordering(order, show: true, 'data-confirm_switch_order' => true)
|
||||||
|
|
Loading…
Reference in a new issue