Skip to content

Commit c90bafb

Browse files
committed
Update header
1 parent 1858421 commit c90bafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/DasBlog.Web.UI/Views/Admin/ManageComments.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<thead>
1919
<tr>
2020
<th scope="col">Comment</th>
21-
<th scope="col">Manages</th>
22-
<th scope="col">Manages</th>
21+
<th scope="col"></th>
22+
<th scope="col">Audit</th>
2323
</tr>
2424
</thead>
2525
<tbody class="dbc-admin-comment-table">
@@ -35,7 +35,7 @@
3535
<comment-user-home-page-link comment="@comment"/> -
3636
<comment-date comment="@comment" css="fw-light text-muted fs-6" date-time-format="MMMM dd, yyyy H:mm" />
3737
<span class="fw-light text-muted fs-6">(@comment.AuthorIPAddress)</span>
38-
<p class="mb-0 fw-bold">@comment.Title</p>
38+
<p class="mb-0 fw-bold"><a href="admin/manage-comments/@comment.BlogPostId">@comment.Title</a></p>
3939
<comment-content css="fw-light" comment="@comment" />
4040
</div>
4141
</blockquote>

0 commit comments

Comments
 (0)