From ee58696c0c3d0931a6782e46ed2c3ec3a54ec1de Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Wed, 5 Dec 2012 14:52:22 +0100 Subject: [PATCH] SONAR-3862 Fix small rendering issue => colspan was badly computed --- .../src/main/webapp/WEB-INF/app/views/entities/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/entities/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/entities/index.html.erb index 08682cd40ae..82fb5fdf257 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/entities/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/entities/index.html.erb @@ -28,7 +28,7 @@ <% display_favourites = logged_in? - colspan = 4 + colspan = 7 colspan += 1 if display_favourites %> -- 2.39.5