Leaf Input Details

This commit is contained in:
2016-12-16 09:17:42 -05:00
parent 0d9bd7260c
commit 8dc1e0422c
33 changed files with 488 additions and 40 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace LeafWeb.WebCms.Controllers
public ActionResult Details(int id)
{
var leafInput = DataService.GetLeafInput(id);
var viewModel = new LeafInputCreate();
var viewModel = new LeafInputDetails(leafInput);
return View(viewModel);
}