FIX: post number is just adding noise
This commit is contained in:
parent
a2a78fbad1
commit
0c8025d513
|
@ -30,7 +30,7 @@
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
|
|
||||||
{{#if post_number}}
|
{{#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}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
Loading…
Reference in New Issue