Page banner is now used for browser title.

This commit is contained in:
kay.one
2011-12-09 21:05:17 -08:00
parent 418fcbd91e
commit 4f09778f98
17 changed files with 28 additions and 50 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
@model IEnumerable<NzbDrone.Core.Repository.Config>
@section TitleContent{
Configuration
}
@{ViewBag.Title = "Configuration";}
@(Html.Telerik().Grid<NzbDrone.Core.Repository.Config>()
.Name("Grid")
.TableHtmlAttributes(new { @class = "Grid" })