From dd7beab9bd1f8169b599799a1337f5f3fb04cf32 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Wed, 22 Feb 2023 14:30:23 +0100 Subject: [PATCH] group order switch menu use show view --- app/views/group_orders/_switch_order.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)