Commit 10fdcbddab2856326a999f6714f82660311c699e

Authored by Rafael Manzo
Committed by Rafael Manzo
1 parent e67c922d

[Mezuro] Fixed module name on source tree navigation

plugins/mezuro/views/mezuro_plugin_module_result/_module_result.rhtml
1 1 <% render :partial => "source_tree", :locals => {:module_result => @module_result} %>
2   -<h5><%= _('Metric results for: #{@module_result.module.name} (#{@module_result.module.granularity}) ') %> </h5>
  2 +<h5><%= _"Metric results for: #{@module_result.module.name} (#{@module_result.module.granularity})" %> </h5>
3 3  
4 4 <hr/>
5 5 <div class="zoomable-image">
... ...