diff --git a/app/views/post/deleted_index.php b/app/views/post/deleted_index.php index 5e3ae94..93d1156 100755 --- a/app/views/post/deleted_index.php +++ b/app/views/post/deleted_index.php @@ -19,7 +19,7 @@ linkTo($post->id, ['action' => 'show', 'id' => $post->id]) ?> linkTo($this->h($post->author()), ['user#show', 'id' => $post->user_id]) ?> - h($post->tags()) ?> + h($post->cached_tags) ?> h($post->flag_detail->reason) ?> is_mod_or_higher()) : ?> linkTo($this->h($post->flag_detail->author()), ['user#show', 'id' => $post->flag_detail->user_id]) ?>