mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
5 lines
324 B
Plaintext
5 lines
324 B
Plaintext
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<CommentCountViewModel>" %>
|
|
<%@ Import Namespace="Orchard.Comments.Extensions"%>
|
|
<%@ Import Namespace="Orchard.Comments.ViewModels"%>
|
|
<span class="commentcount"><%: Html.CommentSummaryLinks(T, Model.Item, Model.CommentCount, Model.PendingCount)%></span>
|