Commit 8c7fd1cd963ff8746d8d10763b4980baafb405f5

Authored by Rodrigo Souto
2 parents 96ad392a a4558a07

Merge branch 'stable'

app/views/catalog/index.rhtml
@@ -92,7 +92,7 @@ @@ -92,7 +92,7 @@
92 <% end %> 92 <% end %>
93 <% product.price_details.each do |i| %> 93 <% product.price_details.each do |i| %>
94 <div class="search-product-input-dots-to-price"> 94 <div class="search-product-input-dots-to-price">
95 - <div class="search-product-input-name"><%= i.production_cost.name %></div> 95 + <div class="search-product-input-name"><%= i.name %></div>
96 <%= price_span i.price, :class => 'search-product-input-price' %> 96 <%= price_span i.price, :class => 'search-product-input-price' %>
97 </div> 97 </div>
98 <% end %> 98 <% end %>
debian/changelog
  1 +noosfero (0.44.6) unstable; urgency=low
  2 +
  3 + * 0.44.5 Addendum
  4 +
  5 + -- Rodrigo Souto <rodrigo@colivre.coop.br> Wed, 27 Nov 2013 16:45:02 -0300
  6 +
1 noosfero (0.44.5) unstable; urgency=low 7 noosfero (0.44.5) unstable; urgency=low
2 8
3 * Bugfix release 9 * Bugfix release
lib/noosfero.rb
@@ -3,7 +3,7 @@ require &#39;fast_gettext&#39; @@ -3,7 +3,7 @@ require &#39;fast_gettext&#39;
3 3
4 module Noosfero 4 module Noosfero
5 PROJECT = 'noosfero' 5 PROJECT = 'noosfero'
6 - VERSION = '0.44.5' 6 + VERSION = '0.44.6'
7 7
8 def self.pattern_for_controllers_in_directory(dir) 8 def self.pattern_for_controllers_in_directory(dir)
9 disjunction = controllers_in_directory(dir).join('|') 9 disjunction = controllers_in_directory(dir).join('|')