mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
A little more tweaking of the (devtools) UI debugging template
--HG-- branch : theming
This commit is contained in:
@@ -5,4 +5,9 @@
|
||||
var shapeTable = workContext.Resolve<IShapeTableManager>().GetShapeTable(workContext.CurrentTheme.ThemeName);
|
||||
var descriptor = shapeTable.Descriptors[Model.Metadata.Type];
|
||||
}
|
||||
<div class="thin-dotted-orange-border-with-a-little-padding" title="@Model.Metadata.Type @descriptor.BindingSource">@Display(Model.Metadata.ChildContent)</div>
|
||||
|
||||
<!-- ----DEBUG---- -->
|
||||
<div class="thin-dotted-orange-border-with-a-little-padding" title="@Model.Metadata.Type @descriptor.BindingSource">
|
||||
@Display(Model.Metadata.ChildContent)
|
||||
</div>
|
||||
<!-- ----/DEBUG---- -->
|
||||
Reference in New Issue
Block a user