Ember2 refactor progress

This commit is contained in:
2015-08-04 18:25:13 +02:00
parent 11578b9aef
commit d4a1052761
36 changed files with 71 additions and 75 deletions
@@ -1 +1 @@
= flag locale
= flag view.locale
@@ -1,2 +1,2 @@
each locale in locales
view language-switcher-button locale=locale
view "language-switcher-button" locale=locale
@@ -13,7 +13,7 @@ if editMode
a.save-product-action{action "save"}: span
.row
.small-3.columns= t 'attributes.product.active'
.small-9.columns: view boolean-switch value=product.active
.small-9.columns: view "boolean-switch" value=product.active
.row.menu-product-container
.small-12.medium-6.columns
= descriptionPlaceholder