This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/list/action-list.raw.hbs
2017-07-27 14:55:41 -04:00

9 lines
209 B
Handlebars

{{#if postNumbers}}
<div class='post-actions {{className}}'>
{{d-icon icon}}
{{#each postNumbers as |postNumber|}}
<a href='{{topic.url}}/{{postNumber}}'>#{{postNumber}}</a>
{{/each}}
</div>
{{/if}}