mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 09:29:39 +08:00
6 lines
171 B
Handlebars
6 lines
171 B
Handlebars
<div class='bulk-buttons'>
|
|
{{#each buttons as |button|}}
|
|
{{d-button action=button.action label=button.label icon=button.icon class=button.class}}
|
|
{{/each}}
|
|
</div>
|