diff options
Diffstat (limited to 'h-source/Application/Views/Moderators')
-rw-r--r-- | h-source/Application/Views/Moderators/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Moderators/index.php b/h-source/Application/Views/Moderators/index.php index 7594695..7bbe3f3 100644 --- a/h-source/Application/Views/Moderators/index.php +++ b/h-source/Application/Views/Moderators/index.php @@ -43,7 +43,7 @@ <?php foreach ($table as $row) { ?> <tr class="listRow"> <td class="simpleText"> - <span class='textItem'><?php echo $row['history']['id_history'];?></span> + <span class='textItem'><a href="<?php echo goToModeratedItem($row['history']);?>"><?php echo $row['history']['id_history'];?></a></span> </td> <td class="simpleText"> <span class='textItem'><?php echo $u->getUser($row['history']['created_by']);?></span> |