fixed post#deleted_index

This commit is contained in:
Parziphal 2013-11-03 10:31:27 -05:00
parent c9027c3dca
commit d1eab7ee6f

View File

@ -19,7 +19,7 @@
<!-- <td><?= $post->flag_detail->is_resolved ? 'Yes' : 'No' ?></td> -->
<td><?= $this->linkTo($post->id, ['action' => 'show', 'id' => $post->id]) ?></td>
<td><?= $this->linkTo($this->h($post->author()), ['user#show', 'id' => $post->user_id]) ?></td>
<td><?= $this->h($post->tags()) ?></td>
<td><?= $this->h($post->cached_tags) ?></td>
<td><?= $this->h($post->flag_detail->reason) ?></td>
<?php if (current_user()->is_mod_or_higher()) : ?>
<td><?= $this->linkTo($this->h($post->flag_detail->author()), ['user#show', 'id' => $post->flag_detail->user_id]) ?></td>