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 @@
= $this->linkTo($post->id, ['action' => 'show', 'id' => $post->id]) ?> |
= $this->linkTo($this->h($post->author()), ['user#show', 'id' => $post->user_id]) ?> |
- = $this->h($post->tags()) ?> |
+ = $this->h($post->cached_tags) ?> |
= $this->h($post->flag_detail->reason) ?> |
is_mod_or_higher()) : ?>
= $this->linkTo($this->h($post->flag_detail->author()), ['user#show', 'id' => $post->flag_detail->user_id]) ?> |