mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
@@ -71,9 +71,9 @@
|
|||||||
<input type="hidden" value="@Model.CommentedItemId" name="CommentedItemId" />
|
<input type="hidden" value="@Model.CommentedItemId" name="CommentedItemId" />
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@if (commentEntry.Comment.Status == CommentStatus.Spam) { T("Spam"); }
|
@if (commentEntry.Comment.Status == CommentStatus.Spam) { @T("Spam"); }
|
||||||
else if (commentEntry.Comment.Status == CommentStatus.Pending) { T("Pending"); }
|
else if (commentEntry.Comment.Status == CommentStatus.Pending) { @T("Pending"); }
|
||||||
else { T("Approved"); }
|
else { @T("Approved"); }
|
||||||
</td>
|
</td>
|
||||||
<td>@commentEntry.Comment.UserName</td>
|
<td>@commentEntry.Comment.UserName</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user