Ember2 refactor progress
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user