Skip to content

Commit 9b4ebf6

Browse files
committed
Fix link to the content type
Previously, the link to the `ContentTypeDescriptor` definition was broken. This seems to have been introduced as part of the 4.0.0 release, but nobody apparently noticed it. This link is fixed as part of this commit.
1 parent 5630bb7 commit 9b4ebf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor

OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Edit.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<h3 class="h5">Topic Information</h3>
7272
<dl>
7373
<dt><i class="fa fa-cogs"></i> Content Type</dt>
74-
<dd><a href="/Configuration/ContentTypes/@Model.Topic.ContentType">@Model.Topic.ContentType</a></dd>
74+
<dd><a href="/OnTopic/Edit/@Model.ContentTypeDescriptor.WebPath">@Model.Topic.ContentType</a></dd>
7575
<dt><i class="fa fa-database"></i> Topic ID</dt>
7676
<dd><a href="/Topic/@Model.Topic.Id/">@Model.Topic.Id</a></dd>
7777
<dt><i class="fa fa-eye"></i> Current</dt>

0 commit comments

Comments
 (0)