Commit 8d889f08a70e21752694d0eed8b93291dd780e4c

Authored by Daniela Feitosa
1 parent 8f42ea6f

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,6 +62,12 @@
62 <%= price_span i.cost, :class => 'search-product-input-price' %> 62 <%= price_span i.cost, :class => 'search-product-input-price' %>
63 </div> 63 </div>
64 <% end %> 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 </div> 71 </div>
66 </div> 72 </div>
67 </li> 73 </li>