Removed MainContent Section

This commit is contained in:
kay.one
2011-11-30 21:25:01 -08:00
parent 9841d7728e
commit 1cfc2f3fe4
13 changed files with 116 additions and 151 deletions
+1 -3
View File
@@ -2,8 +2,7 @@
@section TitleContent{
Configuration
}
@section MainContent{
@(Html.Telerik().Grid<NzbDrone.Core.Repository.Config>()
@(Html.Telerik().Grid<NzbDrone.Core.Repository.Config>()
.Name("Grid")
.TableHtmlAttributes(new { @class = "Grid" })
.DataKeys(keys =>
@@ -30,4 +29,3 @@ Configuration
.Editable(editing => editing.Mode(GridEditMode.InLine))
.Sortable()
)
}