mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 09:04:28 +08:00
DEV: Fix typo in customize-robots-txt (#16599)
This commit is contained in:
parent
f86b53778d
commit
8cb33cee48
@ -8,7 +8,7 @@ export default Controller.extend(bufferedProperty("model"), {
|
|||||||
saved: false,
|
saved: false,
|
||||||
isSaving: false,
|
isSaving: false,
|
||||||
saveDisabled: propertyEqual("model.robots_txt", "buffered.robots_txt"),
|
saveDisabled: propertyEqual("model.robots_txt", "buffered.robots_txt"),
|
||||||
resetDisbaled: not("model.overridden"),
|
resetDisabled: not("model.overridden"),
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
save() {
|
save() {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
{{#save-controls model=this action=(action "save") saved=saved saveDisabled=saveDisabled}}
|
{{#save-controls model=this action=(action "save") saved=saved saveDisabled=saveDisabled}}
|
||||||
{{d-button
|
{{d-button
|
||||||
class="btn-default"
|
class="btn-default"
|
||||||
disabled=resetDisbaled
|
disabled=resetDisabled
|
||||||
icon="undo"
|
icon="undo"
|
||||||
action=(action "reset")
|
action=(action "reset")
|
||||||
label="admin.settings.reset"}}
|
label="admin.settings.reset"}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user