main ← fix/deleted-posts-list-rendering
opened 03:24PM - 19 Nov 25 UTC
### Context
Issue logged in https://meta.discourse.org/t/a-couple-of-possible-b…ugs-with-the-deleted-posts-view/387747:
* the emojis in the title are being turned into HTML
* lazy loaded items result in malformed DOM structure
### Changes
* wrap computed `titleHtml` with `htmlSafe()`
* move `titleHtml` assignment from route's `setupController` to a model's computed property