aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-01-13 11:37:22 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-01-13 11:37:22 +0100
commit0734a8b37a4416abc6bf57894e0d5d2c3786c5b4 (patch)
tree96708dc0f934a0f23b3bf30c93b7a313d968b2ef /sonar-server/src
parent21813ecff40f1df35977c0355a84e85c8734afca (diff)
downloadsonarqube-0734a8b37a4416abc6bf57894e0d5d2c3786c5b4.tar.gz
sonarqube-0734a8b37a4416abc6bf57894e0d5d2c3786c5b4.zip
merge 2.5: open a new window when clicking on the warning of violations drilldown
Diffstat (limited to 'sonar-server/src')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb
index 5ced1d49b82..1161f1fbe00 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/drilldown/violations.html.erb
@@ -21,7 +21,7 @@
</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>
+ <div class="warning">This service is experimental. <a target="faq" 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'} %>