From 95eaa0a11c5bb5d43d342169cf81d6c91a07c843 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Mon, 18 Apr 2016 15:57:12 -0700 Subject: [PATCH] Remove duplicate glyphicon --- .../Shared/Components/CartSummary/Default.cshtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml b/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml index 800e12b323..4c80144a35 100644 --- a/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml +++ b/src/MusicStore/Views/Shared/Components/CartSummary/Default.cshtml @@ -1,11 +1,11 @@ -@if (ViewBag.CartCount > 0) -{ -
  • +@if (ViewBag.CartCount > 0) +{ +
  • - + @ViewBag.CartCount - - -
  • + + + } \ No newline at end of file