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 +