]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4717 Fix link on technical debt measure
authorJulien Lancelot <julien.lancelot@gmail.com>
Sun, 29 Sep 2013 14:05:26 +0000 (16:05 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Sun, 29 Sep 2013 14:05:26 +0000 (16:05 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt.html.erb

index 76d4fafc2da7f61720f9271ced71e5d0a025eafa..cbbe89e5d9756bcceb6dd57137abad7e234a87c7 100644 (file)
@@ -10,7 +10,7 @@
     <div class="dashbox marginright10">
       <h3><%= message('widget.technical_debt.name') -%></h3>
       <p>
-        <a href="<%= url_for_drilldown('sqale_index') -%>">
+        <a href="<%= url_for_drilldown('technical_debt') -%>">
           <span class="big"><%= number_with_precision(index.value, :precision => 1) -%></span>&nbsp;<%= message('widget.technical_debt.days') -%></a>
         <%= dashboard_configuration.selected_period? ? format_variation(index) : trend_icon(index) -%>
       </p>