From 3e3551f4d0f888a94634c4958aac18d8dadcf9f3 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 10 Nov 2011 08:23:51 -0800 Subject: [PATCH] Removed testing reload button from History. Whoops! --- NzbDrone.Web/Views/History/Index.cshtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index 2cf61af03..9a6069baa 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -51,8 +51,6 @@ History c => c.PageSize(20).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious)) .Render();} - - }