Skip to content

Commit

Permalink
Remove unnecessary casing (#16993)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored Nov 11, 2024
1 parent f262314 commit f12ee45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
@using OrchardCore.ContentManagement
@using OrchardCore.Mvc.Utilities
@{
ContentItem contentItem = Model.ContentItem;
//Html.AddPageClassNames("detail-" + contentItem.ContentType.HtmlClassify());
}
@await DisplayAsync(Model)
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
@using OrchardCore.ContentManagement
@using OrchardCore.Mvc.Utilities
@{
ContentItem contentItem = Model.ContentItem;
//Html.AddPageClassNames("detail-" + contentItem.ContentType.HtmlClassify());
}
@await DisplayAsync(Model)
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
@using OrchardCore.ContentManagement
@using OrchardCore.Mvc.Utilities
@{
ContentItem contentItem = Model.ContentItem;
//Html.AddPageClassNames("preview", "detail-" + contentItem.ContentType.HtmlClassify());
}
@await DisplayAsync(Model)

0 comments on commit f12ee45

Please sign in to comment.