mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
7 lines
186 B
Handlebars
7 lines
186 B
Handlebars
{{#each this.buttons as |button|}}
|
|
<DButton
|
|
@icon={{button.icon}}
|
|
@class={{concat "chat-composer-inline-button " button.id}}
|
|
@action={{action button.action}}
|
|
/>
|
|
{{/each}} |