DEV: Convert <button> tags to {{d-button}} components (#8224)

* DEV: Convert <button> tags to {{d-button}}

* Fixes
This commit is contained in:
Jarek Radosz
2019-11-04 11:23:54 +01:00
committed by GitHub
parent b7327d2c34
commit d43e7354ec
49 changed files with 317 additions and 126 deletions

View File

@ -136,7 +136,8 @@
<div class="modal-footer discourse-local-dates-create-modal-footer">
{{#if isValid}}
{{d-button class="btn btn-primary"
{{d-button
class="btn-primary"
action=(action "save")
label="discourse_local_dates.create.form.insert"}}
{{/if}}