diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-12-01 15:34:38 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-12-01 15:34:47 +0100 |
commit | 8487959c0fb4806da3a1c3474e520378b4cc302c (patch) | |
tree | be798bf81597d54f28d218b2a4046e6924d936aa | |
parent | a9542118f86affd0e4acea8d2a2acf7e5b2326e3 (diff) | |
download | sonarqube-8487959c0fb4806da3a1c3474e520378b4cc302c.tar.gz sonarqube-8487959c0fb4806da3a1c3474e520378b4cc302c.zip |
SONAR-5877 Fix showing of duplications
-rw-r--r-- | server/sonar-web/src/main/hbs/component-viewer/cw-source.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/hbs/component-viewer/cw-source.hbs b/server/sonar-web/src/main/hbs/component-viewer/cw-source.hbs index 47a371da8df..503605dcddd 100644 --- a/server/sonar-web/src/main/hbs/component-viewer/cw-source.hbs +++ b/server/sonar-web/src/main/hbs/component-viewer/cw-source.hbs @@ -16,7 +16,7 @@ <p class="marginbottom10 js-duplications-in-deleted-files">{{t 'duplications.dups_found_on_deleted_resource'}}</p> {{/if}} - <div class="source"> + <div class="source source-duplications-expanded"> <table class="source-table"> {{#if showZeroLine}} <tr class="source-line hidden" data-line-number="0" id="{{uid}}-0"> |