From 53c5221dae04a155e955d5ffb12cf69f7ef3e5bd Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sat, 15 Jun 2019 20:59:55 +0930 Subject: [PATCH] Make link more obvious --- views/orders.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/orders.hbs b/views/orders.hbs index e288581..73d812b 100644 --- a/views/orders.hbs +++ b/views/orders.hbs @@ -50,7 +50,7 @@
- View order - Date: {{formatDate this.orderDate "DD/MM/YYYY hh:mm"}} | Email: {{this.orderEmail}} | Last name: {{this.orderLastname}} + View order - Date: {{formatDate this.orderDate "DD/MM/YYYY hh:mm"}} | Email: {{this.orderEmail}} | Last name: {{this.orderLastname}}
{{/each}}