mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add IDs to comments
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
4c5a299e80
commit
67cff2cd5a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ $count = pkgbase_comments_count($base_id, $include_deleted);
|
|||
$row['DelUserName'] = html_format_username($row['DelUserName']);
|
||||
$row['EditUserName'] = html_format_username($row['EditUserName']);
|
||||
?>
|
||||
<h4<?php if ($row['DelUsersID']): ?> class="comment-deleted"<?php endif; ?>>
|
||||
<h4 id="comment-<?= $row['ID'] ?>"<?php if ($row['DelUsersID']): ?> class="comment-deleted"<?php endif; ?>>
|
||||
<?= $heading ?>
|
||||
<?php if (!$row['DelUsersID'] && can_delete_comment_array($row)): ?>
|
||||
<form class="delete-comment-form" method="post" action="<?= htmlspecialchars(get_pkgbase_uri($pkgbase_name), ENT_QUOTES); ?>">
|
||||
|
|
Loading…
Add table
Reference in a new issue