Fixes and improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user