Add LeafOutputViewModel and test
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@model LeafWeb.Web.ViewModels.LeafOutput.LeafOutputViewModel
|
||||
|
||||
@{
|
||||
ViewBag.Title = "Users";
|
||||
var grid = new WebGrid(Model, rowsPerPage: 45);
|
||||
}
|
||||
|
||||
<h1>EDO Results</h1>
|
||||
|
||||
<div class="row">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user