Favicons, page improvements
This commit is contained in:
@@ -14,7 +14,7 @@ namespace LeafWeb.WebCms.Controllers
|
||||
DataService.GetLeafInputs()
|
||||
.OrderByDescending(f => f.Id)
|
||||
.ToList()
|
||||
.Select(leafInput => new ResultStatusViewModel(leafInput));
|
||||
.Select(leafInput => new ResultItemViewModel(leafInput));
|
||||
return View(viewModel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user