1
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
</div>
|
||||
@if (sessionState.CanModerate == true || h.UserId == sessionState.Profile?.UserId)
|
||||
{
|
||||
<a href="?Delete=@h.Id" class="small text-danger text-decoration-none" onclick="return confirm('Are you sure you want to delete this comment?')">Delete</a>
|
||||
<a href="?Delete=@h.Id" class="small text-danger text-decoration-none" onclick="return confirm('真的要删除吗?')">Delete</a>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user