From 11d1aa0a576c6ec5b902a383765bf19db468d11f Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Thu, 10 Apr 2014 18:21:38 -0700 Subject: [PATCH] Fixing cache admin view --- .../Modules/Orchard.OutputCache/Views/Admin/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml index 9c0baa578..a48406908 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml @@ -26,8 +26,8 @@
- - @Html.TextAreaFor(m => m.IgnoredUrls, new { @class = "text medium" }) + + @Html.CheckBoxFor(m => m.IgnoreNoCache) @T("When checked, any request containing a 'Content-Cache: no-cache' header will still return cached values if available.")