Removed unwanted style for solving #31
This commit is contained in:
parent
5771f6ddd3
commit
289d15b79a
@ -25,7 +25,7 @@
|
||||
<section class="esh-orders-item col-xs-4">@Html.DisplayFor(modelItem => item.Date)</section>
|
||||
<section class="esh-orders-item col-xs-2">$ @Html.DisplayFor(modelItem => item.Total)</section>
|
||||
<section class="esh-orders-item col-xs-2">@Html.DisplayFor(modelItem => item.Status)</section>
|
||||
<section class="esh-orders-item esh-orders-item--hover col-xs-2">
|
||||
<section class="esh-orders-item col-xs-2">
|
||||
<a class="esh-orders-link" asp-controller="Order" asp-action="Detail" asp-route-orderId="@item.OrderNumber">Detail</a>
|
||||
</section>
|
||||
</article>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<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.status}}</section>
|
||||
<section class="esh-orders-item esh-orders-item--hover col-xs-2">
|
||||
<section class="esh-orders-item col-xs-2">
|
||||
<a class="esh-orders-link" routerLink="/orders/{{order.ordernumber}}">Detail</a>
|
||||
</section>
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user