mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
FIX: post number is just adding noise
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
{{/link-to}}
|
||||
|
||||
{{#if post_number}}
|
||||
<a class="post-link" href="{{unbound topic.url}}/{{unbound post_number}}"><span class="post-number">#{{post_number}}</span> {{topic.title}}</a>
|
||||
<a class="post-link" href="{{unbound topic.url}}/{{unbound post_number}}">{{topic.title}}</a>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/each}}
|
||||
|
Reference in New Issue
Block a user