mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 11:17:28 +08:00
@@ -25,13 +25,14 @@
|
||||
var tag = Tag(Model, "li");
|
||||
@tag.StartElement
|
||||
@renderedMenuItemLink
|
||||
@tag.EndElement
|
||||
}
|
||||
|
||||
if (items.Any()) {
|
||||
if (items.Any()) {
|
||||
<ul>
|
||||
@DisplayChildren(Model)
|
||||
</ul>
|
||||
}
|
||||
|
||||
@tag.EndElement
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user