From 54636b7cbd833ec8cd4e0958fd57f829c1306be6 Mon Sep 17 00:00:00 2001 From: dsanz Date: Thu, 2 Mar 2017 16:05:43 +0100 Subject: [PATCH] Remove unused css files for monolithic app --- .../eShopWeb/Views/Catalog/Index.cshtml | 2 +- .../eShopWeb/Views/Shared/_Layout.cshtml | 14 ++----- .../eShopWeb/wwwroot/css/site.css | 37 ------------------- .../eShopWeb/wwwroot/css/site.min.css | 1 - 4 files changed, 4 insertions(+), 50 deletions(-) delete mode 100644 src/Web/WebMonolithic/eShopWeb/wwwroot/css/site.css delete mode 100644 src/Web/WebMonolithic/eShopWeb/wwwroot/css/site.min.css diff --git a/src/Web/WebMonolithic/eShopWeb/Views/Catalog/Index.cshtml b/src/Web/WebMonolithic/eShopWeb/Views/Catalog/Index.cshtml index 54ce7a291..2b529ca7b 100644 --- a/src/Web/WebMonolithic/eShopWeb/Views/Catalog/Index.cshtml +++ b/src/Web/WebMonolithic/eShopWeb/Views/Catalog/Index.cshtml @@ -24,7 +24,7 @@
- @if (Model.CatalogItems.Count() > 0) + @if (Model.CatalogItems.Any()) { @Html.Partial("_pagination", Model.PaginationInfo) diff --git a/src/Web/WebMonolithic/eShopWeb/Views/Shared/_Layout.cshtml b/src/Web/WebMonolithic/eShopWeb/Views/Shared/_Layout.cshtml index d4eb627d9..7eb654a67 100644 --- a/src/Web/WebMonolithic/eShopWeb/Views/Shared/_Layout.cshtml +++ b/src/Web/WebMonolithic/eShopWeb/Views/Shared/_Layout.cshtml @@ -7,17 +7,9 @@ - - - - - - - - - - - + + +