diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-10-06 15:48:01 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-10-06 15:48:08 +0200 |
commit | 41c4f766127708bbb02e4bd9b50103d27c18423d (patch) | |
tree | 89d31f9244c78620a431fadf54b8695dbaa37942 | |
parent | f9a7660fc36358f43dba067230e4b39736e46f9b (diff) | |
download | sonarqube-41c4f766127708bbb02e4bd9b50103d27c18423d.tar.gz sonarqube-41c4f766127708bbb02e4bd9b50103d27c18423d.zip |
SONAR-6860 initiate drilldown on "new_technical_debt" instead of "new_sqale_debt_ratio"
-rw-r--r-- | server/sonar-server/src/main/resources/org/sonar/server/dashboard/widget/debt_overview.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-server/src/main/resources/org/sonar/server/dashboard/widget/debt_overview.erb b/server/sonar-server/src/main/resources/org/sonar/server/dashboard/widget/debt_overview.erb index 5fd5a81f58c..0ea3e8204c8 100644 --- a/server/sonar-server/src/main/resources/org/sonar/server/dashboard/widget/debt_overview.erb +++ b/server/sonar-server/src/main/resources/org/sonar/server/dashboard/widget/debt_overview.erb @@ -34,7 +34,7 @@ <span class="nowrap"> <%= format_measure(new_sqale_debt_ratio, :period => dashboard_configuration.period_index, - :url => url_for_drilldown('new_sqale_debt_ratio', :period => dashboard_configuration.period_index)) %> + :url => url_for_drilldown('new_technical_debt', :period => dashboard_configuration.period_index)) %> </span> </div> <% end %> |