From 9364c4303004dcea2953e3f2a1d0b2cbfe60ac5f Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 18 Feb 2015 15:55:15 +0100 Subject: [PATCH] fix form wrapping on coding rules page --- .../rule/coding-rules-custom-rule-creation.hbs | 12 ++++++------ .../rule/coding-rules-manual-rule-creation.hbs | 6 +++--- .../rule/coding-rules-profile-activation.hbs | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-custom-rule-creation.hbs b/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-custom-rule-creation.hbs index fe89c48d2d5..2e141cc9932 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-custom-rule-creation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-custom-rule-creation.hbs @@ -14,14 +14,14 @@ - + - + - + - + - + {{#each params}} - +

{{t 'name'}} *

{{t 'name'}} *

{{t 'key'}}{{#unless change}} *{{/unless}}

{{t 'key'}}{{#unless change}} *{{/unless}}

{{#if change}} {{key}} @@ -32,7 +32,7 @@

{{t 'description'}} *

{{t 'description'}} *

@@ -40,7 +40,7 @@

{{t 'severity'}}

{{t 'severity'}}

{{t 'coding_rules.filters.status'}}

{{t 'coding_rules.filters.status'}}

{{key}}

{{key}}

{{#eq type 'TEXT'}} diff --git a/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-manual-rule-creation.hbs b/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-manual-rule-creation.hbs index c106788b2fb..293b88a7744 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-manual-rule-creation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-manual-rule-creation.hbs @@ -13,14 +13,14 @@ - + - + - +

{{t 'name'}} *

{{t 'name'}} *

{{t 'key'}}{{#unless change}} *{{/unless}}

{{t 'key'}}{{#unless change}} *{{/unless}}

{{#if change}} {{key}} @@ -31,7 +31,7 @@

{{t 'description'}} *

{{t 'description'}} *

diff --git a/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-profile-activation.hbs b/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-profile-activation.hbs index cec3add7e93..4f3d1b8abbd 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-profile-activation.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/rule/coding-rules-profile-activation.hbs @@ -18,7 +18,7 @@ - + - + - +

{{t 'coding_rules.quality_profile'}}

{{t 'coding_rules.quality_profile'}}

{{#any key qProfile}} {{name}} @@ -32,7 +32,7 @@

{{t 'severity'}}

{{t 'severity'}}

{{key}}

{{key}}

{{#eq type 'TEXT'}} -- 2.39.5