# FIX: Boosts in reviewables should link to posts rather than topics

**URL:** https://meta.discourse.org/t/fix-boosts-in-reviewables-should-link-to-posts-rather-than-topics/405993
**Category:** Bug
**Tags:** fixed
**Created:** [24 juni 2026 om 07:16 UTC](https://meta.discourse.org/t/fix-boosts-in-reviewables-should-link-to-posts-rather-than-topics/405993 "2026-06-24T07:16:09Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![small-lovely-cat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/small-lovely-cat/32/553546_2.png) [@small-lovely-cat](https://meta.discourse.org/u/small-lovely-cat)
#### Post date: [24 juni 2026 om 07:16 UTC](https://meta.discourse.org/t/fix-boosts-in-reviewables-should-link-to-posts-rather-than-topics/405993/1 "2026-06-24T07:16:10Z")

</div>

There exists a bug in the reviewables, when a boost is reported, the link of it is pointed to the topic rather than the specific post, which makes finding the boost difficult when there are large number of posts in the topic.

This commit add `target_url` so that the link is pointed to the specific post of the boost rather than the topic.

Before:

 ![image](https://global.discourse-cdn.com/meta/original/4X/7/9/8/79850d03367ffeaacfa36aeb7c7549a76d75314b.png)

After:

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/f/6/6f63aad2ceaea8867596232f5556f250b63709ea.png)

Also added some spec to it.

> <https://github.com/discourse/discourse-boosts/pull/9>
>
> There exists a bug in the reviewables, when a boost is reported, the link of it …is pointed to the topic rather than the specific post, which makes finding the boost difficult when there are large number of posts in the topic.
> 
> This commit add \`target\_url\` so that the link is pointed to the specific post of the boost rather than the topic.
> 
> Before:
> \<img width="1918" height="851" alt="image" src="https://github.com/user-attachments/assets/5fd2b43f-4ab2-4e09-bd52-39caaa7e3ec4" /\>
> 
> After:
> \<img width="1927" height="871" alt="image" src="https://github.com/user-attachments/assets/4203c770-1013-4747-8940-831d12924081" /\>
> 
> Also added some spec to it.

---

_[View the full topic](https://meta.discourse.org/t/fix-boosts-in-reviewables-should-link-to-posts-rather-than-topics/405993)._
