From c74e4c417bee0260b07ba90a36ebc67ecd06e057 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 5 Jan 2015 12:06:00 +0100 Subject: [PATCH] SONAR-5820 Fix display of rule permalink --- server/sonar-web/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 9a349308599..6f64f56fbaa 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -177,7 +177,7 @@ module.exports = (grunt) -> out: '<%= pkg.assets %>build/js/coding-rules/app.js' codingRulesShow: options: - name: 'coding-rules/app' + name: 'coding-rules/show-app' out: '<%= pkg.assets %>build/js/coding-rules/show-app.js' codingRulesOld: options: -- 2.39.5