Lots of initialization, configuration clean up.

This commit is contained in:
kay.one 2011-11-13 16:22:18 -08:00
commit 51518787d8
74 changed files with 316 additions and 279 deletions

View file

@ -1,8 +1,9 @@
using System;
using System.Linq;
using System;
using System.Web.Mvc;
using System.Web.Mvc.Html;
namespace Helpers
namespace NzbDrone.Web.Helpers
{
public static class IsCurrentActionHelper
{