diff --git a/app/assets/javascripts/admin/templates/customize.js.handlebars b/app/assets/javascripts/admin/templates/customize.js.handlebars
index 773775878..e03542cc0 100644
--- a/app/assets/javascripts/admin/templates/customize.js.handlebars
+++ b/app/assets/javascripts/admin/templates/customize.js.handlebars
@@ -8,11 +8,11 @@
-
+
{{#if content.selectedItem}}
-
+
{{#with content.selectedItem}}
{{view Ember.TextField class="style-name" valueBinding="name"}}
@@ -39,14 +39,14 @@
{{i18n admin.customize.enabled}} {{view Ember.Checkbox checkedBinding="content.selectedItem.enabled"}}
{{#unless content.selectedItem.changed}}
{{i18n admin.customize.preview}}
- |
+ |
{{i18n admin.customize.undo_preview}}
{{/unless}}