adding bootstrap layout.

This commit is contained in:
Keivan Beigi 2013-01-16 16:39:42 -08:00 committed by kay.one
parent e4f2121e25
commit 8088872b92
213 changed files with 66623 additions and 4 deletions

View file

@ -49,6 +49,13 @@ namespace NzbDrone.Web.Controllers
return View();
}
public ActionResult Bt()
{
return View();
}
public ActionResult AddNew()
{
ViewData["RootDirs"] = _rootFolderProvider.GetAll().Select(c => c.Path).OrderBy(e => e).ToList();