]> source.dussan.org Git - sonarqube.git/commitdiff
Add the CSS class 'widget-#{widget.key}' to widget blocks
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 9 Feb 2012 09:05:47 +0000 (10:05 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 9 Feb 2012 09:05:47 +0000 (10:05 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget.html.erb

index 54e1bcc5b9152da30449855fc751d98ba41cdccb..56952215ae125cbd63f66129edd9a8dc6004d98e 100644 (file)
@@ -1,4 +1,4 @@
-<div style="height:100%;">
+<div class="widget-<%= widget.key -%>" style="height:100%;">
   <% if widget.configured %>
     <%
        begin