|
@ -16,7 +16,7 @@ |
|
|
<section class="esh-orders-item col-xs-4">{{order.date | date:'short'}}</section> |
|
|
<section class="esh-orders-item col-xs-4">{{order.date | date:'short'}}</section> |
|
|
<section class="esh-orders-item col-xs-2">$ {{order.total}}</section> |
|
|
<section class="esh-orders-item col-xs-2">$ {{order.total}}</section> |
|
|
<section class="esh-orders-item col-xs-2">{{order.status}}</section> |
|
|
<section class="esh-orders-item col-xs-2">{{order.status}}</section> |
|
|
<section class="esh-orders-item col-xs-2"> |
|
|
|
|
|
|
|
|
<section class="esh-orders-item esh-orders-item--hover col-xs-2"> |
|
|
<a class="esh-orders-link" routerLink="/orders/{{order.ordernumber}}">Detail</a> |
|
|
<a class="esh-orders-link" routerLink="/orders/{{order.ordernumber}}">Detail</a> |
|
|
</section> |
|
|
</section> |
|
|
</article> |
|
|
</article> |
|
|