]> source.dussan.org Git - sonarqube.git/commitdiff
FIX period name should display a delta symbol
authorDavid Gageot <david@gageot.net>
Thu, 31 May 2012 07:50:25 +0000 (09:50 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 31 May 2012 07:50:25 +0000 (09:50 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_title.html.erb

index 448a892f080036505fd014c5e44dd22f1e867d35..d55ac41d57d75143e94590f94ae5eeb84fb51702 100644 (file)
@@ -2,7 +2,7 @@
   <div class="widget-title" id="widget_title_<%= widget.id -%>">
     <%= h @filter.name -%>
     <% if @filter.period_index %>
-      (<%= period_names[@filter.period_index-1] -%>)
+      (<%= period_names[@filter.period_index-1] -%>)
     <% end %>
   </div>
 <% elsif @dashboard.global and @resource and !widget.java_definition.global %>