From 02ef2902c8927af7972a222f2049549f6639c146 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 25 May 2016 08:59:51 +0100 Subject: [PATCH] Fixed #239 --- PlexRequests.UI/PlexRequests.UI.csproj | 2 +- .../{Admin => AdminNotifications}/SlackNotifications.cshtml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename PlexRequests.UI/Views/{Admin => AdminNotifications}/SlackNotifications.cshtml (100%) diff --git a/PlexRequests.UI/PlexRequests.UI.csproj b/PlexRequests.UI/PlexRequests.UI.csproj index 3e9703a4c..5fb789528 100644 --- a/PlexRequests.UI/PlexRequests.UI.csproj +++ b/PlexRequests.UI/PlexRequests.UI.csproj @@ -499,7 +499,7 @@ Always - + Always diff --git a/PlexRequests.UI/Views/Admin/SlackNotifications.cshtml b/PlexRequests.UI/Views/AdminNotifications/SlackNotifications.cshtml similarity index 100% rename from PlexRequests.UI/Views/Admin/SlackNotifications.cshtml rename to PlexRequests.UI/Views/AdminNotifications/SlackNotifications.cshtml