diff --git a/app/views/search/_product.rhtml b/app/views/search/_product.rhtml index 41404aa..0a73f7b 100644 --- a/app/views/search/_product.rhtml +++ b/app/views/search/_product.rhtml @@ -27,7 +27,7 @@ <% end %> <% if product.price_described? %> - <% title = (product.inputs + product.price_details).map{ |i| + <% title = (product.inputs.relevant_to_price + product.price_details).map{ |i| '
' + '
' + i.name + '
' + price_span(i.price, :class => 'search-product-input-price') + -- libgit2 0.21.2