mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:31:18 +08:00
FEATURE: Adds back button to theme editor (#11416)
This commit is contained in:
@ -64,5 +64,9 @@ export default Controller.extend({
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
goBack() {
|
||||
this.replaceRoute(this.showRouteName, this.model.id);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user