]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3012 Remove local path to the Ruby template
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 18 Jan 2012 09:00:39 +0000 (10:00 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 18 Jan 2012 09:00:39 +0000 (10:00 +0100)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/reviews/ReviewsMetricsWidget.java

index c7fb68ea50d3fb5484436196c91186690f9367b1..c54478c445b9394d66dec29930bde4048a2ab840 100644 (file)
@@ -35,6 +35,6 @@ public class ReviewsMetricsWidget extends AbstractRubyTemplate implements RubyRa
 
   @Override
   protected String getTemplatePath() {
-    return "/Users/fbellingard/Documents/Sonar/repos/sonar/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/reviews/reviews_metrics.html.erb";
+    return "/org/sonar/plugins/core/widgets/reviews/reviews_metrics.html.erb";
   }
 }