]> source.dussan.org Git - sonarqube.git/commitdiff
merge 2.5-RC2: add a warning message in violations drilldown when a period is selected
authorSimon Brandhof <SimonBrandhof@imac2-sonarsource.local>
Tue, 11 Jan 2011 10:38:04 +0000 (11:38 +0100)
committerSimon Brandhof <SimonBrandhof@imac2-sonarsource.local>
Tue, 11 Jan 2011 10:38:04 +0000 (11:38 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb

index 29fcff2eafa315a44059895f4f28b5edd2771ffc..5ced1d49b82e69b280606ed2cf1eb6cda9fcbfb3 100644 (file)
 </h4>
 </div>
 
+<% if @period_index %>
+  <div class="warning">This service is experimental. <a href="http://docs.codehaus.org/display/SONAR/Frequently+Asked+Questions#FrequentlyAskedQuestions-Iamnotgettingexpectednewviolationsinthedifferentialviewsofdrilldown%3F">More</a>.</div>
+<% end %>
+
 <%= render :partial => 'gwt/base', :locals => {:resource => @highlighted_resource, :popup => false, :metric => 'violations'} %>
 <%= render :partial => 'gwt/resource_viewers', :locals => {:resource => @project} %>