diff --git a/app/views/group_orders/_switch_order.html.haml b/app/views/group_orders/_switch_order.html.haml index ff1524ed..a13e1a51 100644 --- a/app/views/group_orders/_switch_order.html.haml +++ b/app/views/group_orders/_switch_order.html.haml @@ -7,4 +7,4 @@ data-toggle='tooltip' data-placement='bottom' 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)