From ad2400e05b7aa52eba2bb2c43c0e96d8cd25ab0c Mon Sep 17 00:00:00 2001 From: Paul Oliveira Date: Thu, 26 May 2016 17:19:43 -0700 Subject: [PATCH] Added asp-area to Components, _Layout and _LoginPartial links (Header links are broken in Admin area #666 ) --- .../Views/Shared/Components/Announcement/Default.cshtml | 2 +- .../Views/Shared/Components/CartSummary/Default.cshtml | 2 +- .../Views/Shared/Components/GenreMenu/Default.cshtml | 6 +++--- src/MusicStore.Standalone/Views/Shared/_Layout.cshtml | 4 ++-- src/MusicStore.Standalone/Views/Shared/_LoginPartial.cshtml | 4 ++-- .../Views/Shared/Components/Announcement/Default.cshtml | 2 +- .../Views/Shared/Components/CartSummary/Default.cshtml | 2 +- .../Views/Shared/Components/GenreMenu/Default.cshtml | 4 ++-- src/MusicStore/Views/Shared/_Layout.cshtml | 4 ++-- src/MusicStore/Views/Shared/_LoginPartial.cshtml | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/MusicStore.Standalone/Views/Shared/Components/Announcement/Default.cshtml b/src/MusicStore.Standalone/Views/Shared/Components/Announcement/Default.cshtml index 98e5cff..52e11e3 100644 --- a/src/MusicStore.Standalone/Views/Shared/Components/Announcement/Default.cshtml +++ b/src/MusicStore.Standalone/Views/Shared/Components/Announcement/Default.cshtml @@ -5,6 +5,6 @@

  • - @Model.Title + @Model.Title
  • } \ No newline at end of file diff --git a/src/MusicStore.Standalone/Views/Shared/Components/CartSummary/Default.cshtml b/src/MusicStore.Standalone/Views/Shared/Components/CartSummary/Default.cshtml index d08e46e..9e9dd03 100644 --- a/src/MusicStore.Standalone/Views/Shared/Components/CartSummary/Default.cshtml +++ b/src/MusicStore.Standalone/Views/Shared/Components/CartSummary/Default.cshtml @@ -1,7 +1,7 @@ @if (ViewBag.CartCount > 0) {
  • - + @ViewBag.CartCount diff --git a/src/MusicStore.Standalone/Views/Shared/Components/GenreMenu/Default.cshtml b/src/MusicStore.Standalone/Views/Shared/Components/GenreMenu/Default.cshtml index 601d74c..4459fc7 100644 --- a/src/MusicStore.Standalone/Views/Shared/Components/GenreMenu/Default.cshtml +++ b/src/MusicStore.Standalone/Views/Shared/Components/GenreMenu/Default.cshtml @@ -1,17 +1,17 @@ @model IEnumerable
  • \ No newline at end of file diff --git a/src/MusicStore.Standalone/Views/Shared/_Layout.cshtml b/src/MusicStore.Standalone/Views/Shared/_Layout.cshtml index f286ed5..d2009c0 100644 --- a/src/MusicStore.Standalone/Views/Shared/_Layout.cshtml +++ b/src/MusicStore.Standalone/Views/Shared/_Layout.cshtml @@ -33,11 +33,11 @@ - @AppSettings.Value.SiteTitle + @AppSettings.Value.SiteTitle