diff --git a/src/Orchard.Web/Core/Orchard.Core.csproj b/src/Orchard.Web/Core/Orchard.Core.csproj index 1569fc8a1..033f13fc2 100644 --- a/src/Orchard.Web/Core/Orchard.Core.csproj +++ b/src/Orchard.Web/Core/Orchard.Core.csproj @@ -252,7 +252,7 @@ - + @@ -337,8 +337,8 @@ - - + + @@ -365,8 +365,8 @@ - - + + diff --git a/src/Orchard.Web/Core/Routable/Drivers/RoutePartDriver.cs b/src/Orchard.Web/Core/Routable/Drivers/RoutePartDriver.cs index 012b55d6f..b9fb4bceb 100644 --- a/src/Orchard.Web/Core/Routable/Drivers/RoutePartDriver.cs +++ b/src/Orchard.Web/Core/Routable/Drivers/RoutePartDriver.cs @@ -30,7 +30,7 @@ namespace Orchard.Core.Routable.Drivers { T = NullLocalizer.Instance; } - private const string TemplateName = "Parts/Routable.RoutePart"; + private const string TemplateName = "Parts.Routable.RoutePart"; public Localizer T { get; set; } diff --git a/src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts/Routable.RoutePart.cshtml b/src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts.Routable.RoutePart.cshtml similarity index 100% rename from src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts/Routable.RoutePart.cshtml rename to src/Orchard.Web/Core/Routable/Views/EditorTemplates/Parts.Routable.RoutePart.cshtml diff --git a/src/Orchard.Web/Core/Routable/Views/Item/Display.cshtml b/src/Orchard.Web/Core/Routable/Views/Item.Display.cshtml similarity index 100% rename from src/Orchard.Web/Core/Routable/Views/Item/Display.cshtml rename to src/Orchard.Web/Core/Routable/Views/Item.Display.cshtml diff --git a/src/Orchard.Web/Core/Routable/Views/Parts/RoutableTitle.cshtml b/src/Orchard.Web/Core/Routable/Views/Parts.RoutableTitle.cshtml similarity index 100% rename from src/Orchard.Web/Core/Routable/Views/Parts/RoutableTitle.cshtml rename to src/Orchard.Web/Core/Routable/Views/Parts.RoutableTitle.cshtml diff --git a/src/Orchard.Web/Core/Routable/Views/Parts/RoutableTitle_Summary.cshtml b/src/Orchard.Web/Core/Routable/Views/Parts.RoutableTitle_Summary.cshtml similarity index 100% rename from src/Orchard.Web/Core/Routable/Views/Parts/RoutableTitle_Summary.cshtml rename to src/Orchard.Web/Core/Routable/Views/Parts.RoutableTitle_Summary.cshtml diff --git a/src/Orchard.Web/Core/Routable/Views/Parts/RoutableTitle_SummaryAdmin.cshtml b/src/Orchard.Web/Core/Routable/Views/Parts.RoutableTitle_SummaryAdmin.cshtml similarity index 100% rename from src/Orchard.Web/Core/Routable/Views/Parts/RoutableTitle_SummaryAdmin.cshtml rename to src/Orchard.Web/Core/Routable/Views/Parts.RoutableTitle_SummaryAdmin.cshtml