From 64fbc97c464eb9ee7ad9fbcb0d6525a42aad1b87 Mon Sep 17 00:00:00 2001 From: TimGeyssens Date: Tue, 17 Feb 2015 18:09:33 +0100 Subject: [PATCH] Members profile notifications stub --- OurUmbraco.Site/OurUmbraco.Site.csproj | 2 ++ .../Views/MacroPartials/Members/ProfileNotifications.cshtml | 1 + 2 files changed, 3 insertions(+) create mode 100644 OurUmbraco.Site/Views/MacroPartials/Members/ProfileNotifications.cshtml diff --git a/OurUmbraco.Site/OurUmbraco.Site.csproj b/OurUmbraco.Site/OurUmbraco.Site.csproj index 9ab29746..2406ab7c 100644 --- a/OurUmbraco.Site/OurUmbraco.Site.csproj +++ b/OurUmbraco.Site/OurUmbraco.Site.csproj @@ -1798,6 +1798,8 @@ + + diff --git a/OurUmbraco.Site/Views/MacroPartials/Members/ProfileNotifications.cshtml b/OurUmbraco.Site/Views/MacroPartials/Members/ProfileNotifications.cshtml new file mode 100644 index 00000000..711e8c0b --- /dev/null +++ b/OurUmbraco.Site/Views/MacroPartials/Members/ProfileNotifications.cshtml @@ -0,0 +1 @@ +@inherits Umbraco.Web.Macros.PartialViewMacroPage