9 lines
220 B
Handlebars
9 lines
220 B
Handlebars
{{#if postNumbers}}
|
|
<div class='post-actions {{className}}'>
|
|
<i class='fa fa-{{icon}}'></i>
|
|
{{#each postNumber in postNumbers}}
|
|
<a href='{{topic.url}}/{{postNumber}}'>#{{postNumber}}</a>
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|