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/app/templates/components/create-topic-button.hbs
2022-12-28 13:11:12 +00:00

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}}