From 10fdcbddab2856326a999f6714f82660311c699e Mon Sep 17 00:00:00 2001 From: Diego Araújo + Alessandro Palmeira + Rafael Manzo Date: Wed, 26 Dec 2012 14:51:37 -0200 Subject: [PATCH] [Mezuro] Fixed module name on source tree navigation --- plugins/mezuro/views/mezuro_plugin_module_result/_module_result.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mezuro/views/mezuro_plugin_module_result/_module_result.rhtml b/plugins/mezuro/views/mezuro_plugin_module_result/_module_result.rhtml index b3d21aa..3fd3cf4 100644 --- a/plugins/mezuro/views/mezuro_plugin_module_result/_module_result.rhtml +++ b/plugins/mezuro/views/mezuro_plugin_module_result/_module_result.rhtml @@ -1,5 +1,5 @@ <% render :partial => "source_tree", :locals => {:module_result => @module_result} %> -
<%= _('Metric results for: #{@module_result.module.name} (#{@module_result.module.granularity}) ') %>
+
<%= _"Metric results for: #{@module_result.module.name} (#{@module_result.module.granularity})" %>

-- libgit2 0.21.2