]> source.dussan.org Git - sonarqube.git/commitdiff
improve display of quality gates list
authorStas Vilchik <vilchiks@gmail.com>
Thu, 23 Apr 2015 08:47:42 +0000 (10:47 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 23 Apr 2015 08:53:55 +0000 (10:53 +0200)
server/sonar-web/src/main/hbs/quality-gates/quality-gate-sidebar-list-item.hbs

index 65810bcdc41df225e53f8460fd015bf9d2cc32ed..2e92b2eedde338b84625d01ed0e72d3be6f2c9ab 100644 (file)
@@ -1,4 +1,13 @@
-{{name}}
-{{#if default}}
-  <small class="note">{{t 'default'}}</small>
-{{/if}}
+<table>
+  <tr>
+    <td class="text-top">{{name}}</td>
+    <td class="text-top thin nowrap spacer-left">
+      {{#if default}}
+        <span class="badge pull-right">{{t 'default'}}</span>
+      {{/if}}
+    </td>
+  </tr>
+</table>
+
+
+