Commit 8d889f08a70e21752694d0eed8b93291dd780e4c
1 parent
8f42ea6f
Exists in
master
and in
29 other branches
Listing production costs on catalog
(ActionItem2111)
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/views/catalog/index.rhtml
... | ... | @@ -62,6 +62,12 @@ |
62 | 62 | <%= price_span i.cost, :class => 'search-product-input-price' %> |
63 | 63 | </div> |
64 | 64 | <% end %> |
65 | + <% product.price_details.each do |i| %> | |
66 | + <div class="search-product-input-dots-to-price"> | |
67 | + <div class="search-product-input-name"><%= i.production_cost.name %></div> | |
68 | + <%= price_span i.price, :class => 'search-product-input-price' %> | |
69 | + </div> | |
70 | + <% end %> | |
65 | 71 | </div> |
66 | 72 | </div> |
67 | 73 | </li> | ... | ... |