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/components/create-topic-button.hbs
Jarek Radosz d43e7354ec
DEV: Convert <button> tags to {{d-button}} components (#8224)
* DEV: Convert <button> tags to {{d-button}}

* Fixes
2019-11-04 11:23:54 +01:00

10 lines
164 B
Handlebars

{{#if canCreateTopic}}
{{d-button
class="btn-default"
id="create-topic"
action=action
icon="plus"
disabled=disabled
label=label}}
{{/if}}