From 2e7e5a26a9895edc2af574d2aeb00abbbd9072f6 Mon Sep 17 00:00:00 2001 From: urbanit Date: Thu, 16 Jul 2015 21:40:46 +0300 Subject: [PATCH] Queries Index Page missing Title --- .../Modules/Orchard.Projections/Views/Admin/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml index db45f22fe..474207944 100644 --- a/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Projections/Views/Admin/Index.cshtml @@ -4,7 +4,7 @@ @{ Style.Include("admin-projections.css"); - + Layout.Title = T("Manage Queries").ToString(); var index = 0; var pageSizes = new List() { 10, 50, 100 }; @@ -74,4 +74,4 @@ @Display(Model.Pager) -} \ No newline at end of file +}