From 1087eb5bd0be95e6741cce5fff7e4cdcb2283d5b Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 28 Aug 2014 11:58:21 +0600 Subject: [PATCH] SONAR-5490 Improve readability and payload of results in the page "Rules" Align tags on the left --- .../coding-rules/coding-rules-list-item.hbs | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-list-item.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-list-item.hbs index afa53e8d33d..a4244ac7370 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-list-item.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-list-item.hbs @@ -1,18 +1,19 @@
{{default language manualRuleLabel}} - {{#if showDetails}} -
- {{#if allTags}} - - - {{join allTags ', '}} - -    - {{/if}} + {{#if allTags}} +    + + + {{join allTags ', '}} + + {{/if}} - {{#notEq status 'READY'}}{{status}}{{/notEq}} + {{#notEq status 'READY'}} +
+ {{status}}
- {{/if}} + {{/notEq}}
+
{{name}}
-- 2.39.5