From b3970da1c44ee71962ab9ef407402788d4008ef7 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Mon, 3 Jul 2023 16:31:45 +0200 Subject: [PATCH] displays "my orders" link only if store module is active --- app/frontend/templates/shared/header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/templates/shared/header.html.erb b/app/frontend/templates/shared/header.html.erb index 7dbc6dc96..f644d1654 100644 --- a/app/frontend/templates/shared/header.html.erb +++ b/app/frontend/templates/shared/header.html.erb @@ -48,7 +48,7 @@
  • {{ 'app.public.common.my_events' }}
  • {{ 'app.public.common.my_invoices' }}
  • {{ 'app.public.common.my_payment_schedules' }}
  • -
  • {{ 'app.public.common.my_orders' }}
  • +
  • {{ 'app.public.common.my_orders' }}
  • {{ 'app.public.common.my_wallet' }}
  • {{ 'app.public.common.help' }}