FIX: typo in HTML/CSS customizations export path

This commit is contained in:
Arpit Jalan 2015-08-12 11:58:12 +05:30
parent 60f5eb8f18
commit 40deae55dc

View file

@ -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;