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/modal/bulk_actions_buttons.hbs
2015-10-27 16:57:40 -04:00

8 lines
156 B
Handlebars

{{#each buttonRows as |row|}}
<p>
{{#each row as |button|}}
{{d-button action=button.action label=button.label}}
{{/each}}
</p>
{{/each}}