Add image to product
This commit is contained in:
@@ -29,6 +29,4 @@ App.TableController = Ember.ObjectController.extend
|
||||
toggleProductCategory: (product_category)->
|
||||
product_category.set 'collapsed', not product_category.get('collapsed')
|
||||
showProductDescription: (product)->
|
||||
@send 'openModal', 'modal_info', Ember.Object.create
|
||||
title: product.get('name')
|
||||
body: textile(product.get('description'))
|
||||
@send 'openModal', 'modal_product_info', product
|
||||
|
||||
Reference in New Issue
Block a user