aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-03-16 18:54:09 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-03-16 18:54:09 +0100
commit0bf0c415cef549b3a644d251ba59003166c25af2 (patch)
tree9a3055ae9e17c6b21ac3202baf765241deac273e
parent78cc08630e2afbaaf221abe127411830360ed4f9 (diff)
downloadsonarqube-0bf0c415cef549b3a644d251ba59003166c25af2.tar.gz
sonarqube-0bf0c415cef549b3a644d251ba59003166c25af2.zip
Fix CSS of source code: border of blocks of code
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb
index bb9383f2b17..9036ceba975 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/index.html.erb
@@ -18,7 +18,7 @@
<%
current_revision=nil
colspan=2
- colspan+=1 if @display_scm
+ colspan+=1 if @scm_available
colspan+=2 if @display_coverage
previous_hidden=false
first_section=true