From a249b40770d9431308e2f04bad6e43f8331eaa1b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 9 Feb 2012 10:05:47 +0100 Subject: [PATCH] Add the CSS class 'widget-#{widget.key}' to widget blocks --- .../main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb index 54e1bcc5b91..56952215ae1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb @@ -1,4 +1,4 @@ -
+
<% if widget.configured %> <% begin -- 2.39.5