aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Moderators/index.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-12-05 00:27:57 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-12-05 00:27:57 +0000
commitb037354596f218a8bb42920437f8ea358fbabc8a (patch)
treec65071de22a7d155ccdca26d1dfdf190824cb9de /h-source/Application/Views/Moderators/index.php
parentb64ea63443e33fc070298c0130461c834de342bc (diff)
moderators actions list visible - part 2
Diffstat (limited to 'h-source/Application/Views/Moderators/index.php')
-rw-r--r--h-source/Application/Views/Moderators/index.php2
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>