]> source.dussan.org Git - sonarqube.git/commitdiff
Fix spacing on firefox
authorDavid Gageot <david@gageot.net>
Wed, 10 Oct 2012 12:21:51 +0000 (14:21 +0200)
committerDavid Gageot <david@gageot.net>
Wed, 10 Oct 2012 12:22:03 +0000 (14:22 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_header_coverage.html.erb

index d222fd2f5102693d556c8c67f4c42defcf68943e..92fc0e28297e8e8017e63a6de9c6452ddd03d3d3 100644 (file)
           <td></td>
           <td class="name"><%= h Metric.name_for('line_coverage') -%>:</td>
           <td class="value">
-            <%= format(new, prefix, 'line_coverage') -%>
-            <%= format_ratio(new, prefix, 'lines_to_cover', 'uncovered_lines') -%>
+            <%= format(new, prefix, 'line_coverage') -%>&nbsp;<%= format_ratio(new, prefix, 'lines_to_cover', 'uncovered_lines') -%>
           </td>
           <td class="sep"></td>
           <td class="name"><%= h Metric.name_for('branch_coverage') -%>:</td>
           <td class="value">
-            <%= format(new, prefix, 'branch_coverage') -%>
-            <%= format_ratio(new, prefix, 'conditions_to_cover', 'uncovered_conditions') -%>
+            <%= format(new, prefix, 'branch_coverage') -%>&nbsp;<%= format_ratio(new, prefix, 'conditions_to_cover', 'uncovered_conditions') -%>
           </td>
         <% else -%>
           <td class="right value"><%= format(new, prefix, 'coverage', :span => true) -%></td>