Settings is now a single page with tabs.

This commit is contained in:
kay.one 2011-11-30 21:04:44 -08:00
parent e01be46209
commit 852a141c21
11 changed files with 415 additions and 430 deletions

View file

@ -68,7 +68,7 @@ namespace NzbDrone.Web.Controllers
public ActionResult Index()
{
return RedirectToAction("Indexers");
return View();
}
public ActionResult Indexers()