From 8ce43df60ac508adcb6536d23554e21dc9394f07 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 27 Oct 2014 17:22:30 +0100 Subject: [PATCH] SONAR-5790 Incorrect source link on the design page --- server/sonar-web/src/main/hbs/design/dsm-info.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/hbs/design/dsm-info.hbs b/server/sonar-web/src/main/hbs/design/dsm-info.hbs index 5ae952f06c0..32bc514f9f9 100644 --- a/server/sonar-web/src/main/hbs/design/dsm-info.hbs +++ b/server/sonar-web/src/main/hbs/design/dsm-info.hbs @@ -12,7 +12,7 @@ {{#if changed}} {{qualifierIcon fq}} - {{fn}} + {{fn}} {{/if}} @@ -22,7 +22,7 @@ {{qualifierIcon tq}} - {{tn}} + {{tn}} {{/eachChanged}} -- 2.39.5