]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3862 Fix small rendering issue
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 5 Dec 2012 13:52:22 +0000 (14:52 +0100)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 5 Dec 2012 14:01:02 +0000 (15:01 +0100)
=> colspan was badly computed

sonar-server/src/main/webapp/WEB-INF/app/views/entities/index.html.erb

index 08682cd40ae7d9345bb4bad0e8deae3f0fb2f190..82fb5fdf257247e8879d2cef5a59dcb159d73a7d 100644 (file)
@@ -28,7 +28,7 @@
 
     <%
       display_favourites = logged_in?
-      colspan = 4
+      colspan = 7
       colspan += 1 if display_favourites
     %>