Make link more obvious

master
Mark Moffat 2019-06-15 20:59:55 +09:30
parent 1f72607cba
commit 53c5221dae
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<a class="text-danger" href="/admin/order/delete/{{this._id}}" onclick="return confirm('Are you sure you want to delete this order?');"> <i class="fa fa-trash-o"></i></a>
</h4>
<h5>
<a href="/admin/order/view/{{this._id}}">View order</a> - <span class="text-info">Date: </span>{{formatDate this.orderDate "DD/MM/YYYY hh:mm"}} | <span class="text-info">Email:</span> {{this.orderEmail}} | <span class="text-info">Last name:</span> {{this.orderLastname}}
<a href="/admin/order/view/{{this._id}}" class="text-success">View order</a> - <span class="text-info">Date: </span>{{formatDate this.orderDate "DD/MM/YYYY hh:mm"}} | <span class="text-info">Email:</span> {{this.orderEmail}} | <span class="text-info">Last name:</span> {{this.orderLastname}}
</h5>
</li>
{{/each}}