File tree Expand file tree Collapse file tree
src/Web/WebMonolithic/eShopWeb Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525<div class =" container" >
2626
27- @if (Model .CatalogItems .Count () > 0 )
27+ @if (Model .CatalogItems .Any () )
2828 {
2929 @Html.Partial( " _pagination" , Model .PaginationInfo )
3030
Original file line number Diff line number Diff line change 77
88 <environment names =" Development" >
99 <link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.css" />
10- <link rel =" stylesheet" href =" ~/css/app.css" />
11- <link rel =" stylesheet" href =" ~/css/app.component.css" />
12- <link rel =" stylesheet" href =" ~/css/shared/components/header/header.css" />
13- <link rel =" stylesheet" href =" ~/css/shared/components/identity/identity.css" />
14- <link rel =" stylesheet" href =" ~/css/shared/components/pager/pager.css" />
15- <link rel =" stylesheet" href =" ~/css/basket/basket.component.css" />
16- <link rel =" stylesheet" href =" ~/css/basket/basket-status/basket-status.component.css" />
17- <link rel =" stylesheet" href =" ~/css/catalog/catalog.component.css" />
18- <link rel =" stylesheet" href =" ~/css/orders/orders.component.css" />
19- <link rel =" stylesheet" href =" ~/css/orders/orders-detail/orders-detail.component.css" />
20- <link rel =" stylesheet" href =" ~/css/orders/orders-new/orders-new.component.css" />
10+ <link rel =" stylesheet" href =" ~/css/app.css" />
11+ <link rel =" stylesheet" href =" ~/css/catalog/pager.css" />
12+ <link rel =" stylesheet" href =" ~/css/catalog/catalog.component.css" />
2113 </environment >
2214 <environment names =" Staging,Production" >
2315 <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments