improvements
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
.large-2.columns: label.prefix= currencySymbol
|
||||
.large-4.columns.end= input valueBinding="inputValue" placeholder=placeholder
|
||||
.large-4.columns.end= input valueBinding="inputValue" placeholder=placeholder action="action"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
if editMode
|
||||
.row
|
||||
.small-3.columns.name
|
||||
= input value=product.name placeholder=namePlaceholder
|
||||
= input value=product.name placeholder=namePlaceholder action="save"
|
||||
= errors product.errors.name
|
||||
.small-3.columns.price
|
||||
= edit-currency value=product.price validatePresence=true
|
||||
= edit-currency value=product.price validatePresence=true action="save"
|
||||
= errors product.errors.price
|
||||
.small-3.columns.code= input value=product.code placeholder=codePlaceholder
|
||||
.small-3.columns.actions
|
||||
|
||||
Reference in New Issue
Block a user