Split LeafOutputFile content into different table for performance

This commit is contained in:
2016-05-23 15:23:36 -04:00
parent 790e2494e3
commit 55f7b68bf8
21 changed files with 307 additions and 19 deletions
+13
View File
@@ -0,0 +1,13 @@
@model LeafWeb.Web.ViewModels.ResultsAdmin.LeafInputViewModel
@{
ViewBag.Title = "Details";
}
<h1>@ViewBag.Title</h1>
<div class="center-content well">
@Html.DisplayForModel()
</div>