From: David Gageot Date: Thu, 31 May 2012 07:50:25 +0000 (+0200) Subject: FIX period name should display a delta symbol X-Git-Tag: 3.2~359 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=064217ca7137cd4c69b6d0e218b2bbf344c38f9c;p=sonarqube.git FIX period name should display a delta symbol --- 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 %>