mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 05:15:43 +08:00
FIX: typo in HTML/CSS customizations export path
This commit is contained in:
parent
60f5eb8f18
commit
40deae55dc
@ -15,7 +15,7 @@ export default Ember.Controller.extend(activeSections, {
|
||||
section: null,
|
||||
|
||||
previewUrl: url("model.key", "/?preview-style=%@"),
|
||||
downloadUrl: url('model.id', '/admin/size_customizations/%@'),
|
||||
downloadUrl: url('model.id', '/admin/site_customizations/%@'),
|
||||
|
||||
mobile: function() {
|
||||
return this.get('section').indexOf('mobile-') === 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user