From e7ac46d4cbba55cf650c9cde3c4cfc93d3e72685 Mon Sep 17 00:00:00 2001 From: kbe Date: Tue, 16 Sep 2025 17:30:37 +0200 Subject: [PATCH] style: remove double border --- app/views/orders/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/orders/show.html.erb b/app/views/orders/show.html.erb index 7f106fe..3f54273 100644 --- a/app/views/orders/show.html.erb +++ b/app/views/orders/show.html.erb @@ -96,7 +96,7 @@
-
+
Total <%= @order.status == 'paid' || @order.status == 'completed' ? 'payé' : 'à payer' %> <%= @order.total_amount_euros %>€ @@ -212,4 +212,4 @@
- \ No newline at end of file +