Fixes and improvements

This commit is contained in:
2015-08-06 16:24:18 +02:00
parent d27afa9558
commit 0052f97465
19 changed files with 45 additions and 37 deletions
@@ -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: boolean-switch value=product.active
.row.menu-product-container
.small-12.medium-6.columns
= descriptionPlaceholder
@@ -11,7 +11,7 @@ else
h4= t 'product_category.time_preview.title'
= view "select" content=daysContent optionValuePath="content.value" optionLabelPath="content.text" selection=preview_day prompt=" -- "
br
= view 'boolean-button' value=preview_full_day reverse=true text_path="product_category.time_preview.active_at"
= boolean-button value=preview_full_day reverse=true text_path="product_category.time_preview.active_at"
unless preview_full_day
= view "select-minute-of-day" value=preview_minute_of_day
hr