Commit 10fdcbddab2856326a999f6714f82660311c699e
Committed by
Rafael Manzo
1 parent
e67c922d
Exists in
master
and in
29 other branches
[Mezuro] Fixed module name on source tree navigation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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"> | ... | ... |