mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Corrected ContentType List action
--HG-- branch : dev
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Orchard.ContentTypes.Controllers {
|
|||||||
#region Types
|
#region Types
|
||||||
|
|
||||||
public ActionResult List() {
|
public ActionResult List() {
|
||||||
return View(new ListContentTypesViewModel {
|
return View("List", new ListContentTypesViewModel {
|
||||||
Types = _contentDefinitionService.GetTypes()
|
Types = _contentDefinitionService.GetTypes()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user