From 89d78162f352e68bf532636bbb5f0d4afc4939d6 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 31 May 2012 09:50:25 +0200 Subject: [PATCH] FIX period name should display a delta symbol --- .../webapp/WEB-INF/app/views/dashboard/_widget_title.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_title.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_title.html.erb index 448a892f080..d55ac41d57d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_title.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_title.html.erb @@ -2,7 +2,7 @@
<%= h @filter.name -%> <% if @filter.period_index %> - (<%= h period_names[@filter.period_index-1] -%>) + (<%= period_names[@filter.period_index-1] -%>) <% end %>
<% elsif @dashboard.global and @resource and !widget.java_definition.global %> -- 2.39.5