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/components/top-period-buttons.hbs

6 lines
124 B
Handlebars

{{#each p in periods}}
{{#d-button action="changePeriod" actionParam=p}}
{{period-title p}}
{{/d-button}}
{{/each}}