diff --git a/app/views/catalog/index.rhtml b/app/views/catalog/index.rhtml index aa79305..dc55367 100644 --- a/app/views/catalog/index.rhtml +++ b/app/views/catalog/index.rhtml @@ -92,7 +92,7 @@ <% end %> <% product.price_details.each do |i| %>
-
<%= i.production_cost.name %>
+
<%= i.name %>
<%= price_span i.price, :class => 'search-product-input-price' %>
<% end %> -- libgit2 0.21.2