From 2edb5308ab825c1582aff4373d13d174d423e0ca Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 6 Mar 2012 00:03:20 -0800 Subject: [PATCH] New: Added confirmation message to History (Purge and Trim) and Log Delete. --- NzbDrone.Web/Views/History/Index.cshtml | 4 ++-- NzbDrone.Web/Views/Log/Index.cshtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index 59c2d832d..da7c50b82 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -2,8 +2,8 @@ @{ViewBag.Title = "History";} @section ActionMenu{ } diff --git a/NzbDrone.Web/Views/Log/Index.cshtml b/NzbDrone.Web/Views/Log/Index.cshtml index e19461e20..a88b61094 100644 --- a/NzbDrone.Web/Views/Log/Index.cshtml +++ b/NzbDrone.Web/Views/Log/Index.cshtml @@ -3,7 +3,7 @@ @{ ViewBag.Title = "Logs";} @section ActionMenu{ }