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…
Reference in New Issue