Updated config page titles

This commit is contained in:
kay.one 2011-11-26 22:02:32 -08:00
parent 5c04d14c70
commit 66e6503e5a
8 changed files with 20 additions and 48 deletions

View file

@ -27,11 +27,5 @@ namespace NzbDrone.Web.Controllers
return PartialView(new FooterModel { BuildTime = _enviromentProvider.BuildDateTime, Version = _enviromentProvider.Version });
}
[ChildActionOnly]
public ActionResult LocalSearch()
{
return PartialView();
}
}
}