mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 05:22:43 +08:00
DEV: Convert <button> tags to {{d-button}} components (#8224)
* DEV: Convert <button> tags to {{d-button}} * Fixes
This commit is contained in:
@ -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}}
|
||||
|
Reference in New Issue
Block a user