add suppliers/lists ui styling and security fixes
This commit is contained in:
@@ -7,7 +7,7 @@ dl.dl-horizontal.show-list
|
||||
dt= model_class.human_attribute_name(:code)
|
||||
dd= @product.code
|
||||
dt= model_class.human_attribute_name(:price)
|
||||
dd= @product.price
|
||||
dd=currency @product.price
|
||||
- if @product.product_category.present?
|
||||
dt= ProductCategory.model_name.human
|
||||
dd= link_to @product.product_category.name, @product.product_category
|
||||
|
||||
Reference in New Issue
Block a user