]> source.dussan.org Git - sonarqube.git/commitdiff
Fix path to treemap erb template
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Feb 2012 23:20:52 +0000 (00:20 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 6 Feb 2012 23:20:52 +0000 (00:20 +0100)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/TreemapWidget.java

index 733e0a0778044c17e4404d0445829948268ab62d..b7b6640c3256702722628637171c194e914ac3cd 100644 (file)
@@ -39,6 +39,6 @@ public class TreemapWidget extends AbstractRubyTemplate implements RubyRailsWidg
 
   @Override
   protected String getTemplatePath() {
-    return "/Users/sbrandhof/projects/github/sonar/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb";
+    return "/org/sonar/plugins/core/widgets/treemap.html.erb";
   }
 }
\ No newline at end of file