From 3fde094d17d249a8ba834ab145068c6873f24eba Mon Sep 17 00:00:00 2001 From: Diego Araújo + João M. M. da Silva Date: Thu, 2 Feb 2012 17:04:47 +0300 Subject: [PATCH] Try to add weight collumn --- plugins/mezuro/views/content_viewer/_module_result.rhtml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/mezuro/views/content_viewer/_module_result.rhtml b/plugins/mezuro/views/content_viewer/_module_result.rhtml index 781c14f..3fa18a7 100644 --- a/plugins/mezuro/views/content_viewer/_module_result.rhtml +++ b/plugins/mezuro/views/content_viewer/_module_result.rhtml @@ -1,3 +1,4 @@ +
<%= _('Metric Result') %>
<%= _('Module:') %> @@ -10,6 +11,7 @@ Metric Value + Threshold @@ -18,6 +20,7 @@ <%= metric_result.metric.name %> <%= metric_result.value %> + <% range = metric_result.range %> <%= range.label %> -- libgit2 0.21.2