Lots of improvements, try out some htmx

This commit is contained in:
2024-04-06 20:21:14 -05:00
parent aa375831c6
commit 6e21557351
11 changed files with 72 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
@model OrchardCore.Html.ViewModels.HtmlBodyPartViewModel
<div class="mt-1 text-sm leading-6 text-gray-600">
<div class="text-sm text-gray-600">
<div class="richtext">
@Html.Raw(Model.Html)
</div>