mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:34:57 +00:00
9 lines
224 B
Handlebars
9 lines
224 B
Handlebars
{{#if postNumbers}}
|
|
<div class='post-actions {{className}}'>
|
|
<i class='fa fa-{{icon}}'></i>
|
|
{{#each postNumbers as |postNumber|}}
|
|
<a href='{{topic.url}}/{{postNumber}}'>#{{postNumber}}</a>
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|