10 lines
206 B
Handlebars
10 lines
206 B
Handlebars
{{#if this.canCreateTopic}}
|
|
<DButton
|
|
@class={{this.btnClass}}
|
|
@id="create-topic"
|
|
@action={{this.action}}
|
|
@icon="plus"
|
|
@disabled={{this.disabled}}
|
|
@label={{this.label}}
|
|
/>
|
|
{{/if}} |