From 0889052cc5a9963a3865d46e241553a4836c86fb Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 7 Jan 2016 09:39:41 +0100 Subject: [PATCH] fix duplications popup --- .../templates/source-viewer-duplication-popup.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs b/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs index 433825e60cf..9b0783c6655 100644 --- a/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs +++ b/server/sonar-web/src/main/js/components/source-viewer/templates/source-viewer-duplication-popup.hbs @@ -31,8 +31,8 @@
Lines: {{#joinEach blocks ','}} - - {{from}} – {{sum from size -1}} + + {{this.from}} – {{sum from size -1}} {{/joinEach}}
-- 2.39.5