mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Corrected rendering of Routable links
--HG-- branch : dev
This commit is contained in:
@@ -1 +1,6 @@
|
|||||||
<h1><a href="@Model.Path">@Model.Title</a></h1>
|
@{
|
||||||
|
Orchard.ContentManagement.ContentItem contentItem = Model.ContentPart.ContentItem;
|
||||||
|
string title = Model.Title.ToString();
|
||||||
|
}
|
||||||
|
|
||||||
|
<h1>@Html.ItemDisplayLink(title, contentItem)</h1>
|
Reference in New Issue
Block a user