mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Untabifying CommentPartDriver
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Orchard.Comments.Drivers {
|
|||||||
else {
|
else {
|
||||||
return ContentShape("Parts_Comment_Edit",
|
return ContentShape("Parts_Comment_Edit",
|
||||||
() => shapeHelper.EditorTemplate(TemplateName: "Parts.Comment", Model: part, Prefix: Prefix));
|
() => shapeHelper.EditorTemplate(TemplateName: "Parts.Comment", Model: part, Prefix: Prefix));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// POST
|
// POST
|
||||||
|
|||||||
Reference in New Issue
Block a user