From: Julien Lancelot Date: Tue, 8 Apr 2014 09:08:40 +0000 (+0200) Subject: SONAR-5162 Wrong display of license properties when they have no description X-Git-Tag: 4.3~107 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=90b7d0007daf4fb9c0777f26df2dfd74d46349ce;p=sonarqube.git SONAR-5162 Wrong display of license properties when they have no description --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb index 586698c4ea2..f12dcb75940 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb @@ -58,6 +58,9 @@ <% default_prop_value = (@resource ? Property.value(property.key, nil, property.defaultValue) : property.defaultValue) -%> <% unless default_prop_value.blank? -%>
<%= message('default') %>: <%= property.type.to_s=='PASSWORD' ? '********' : h(default_prop_value) -%>
+ <% else -%> + +

<% end -%> <% end -%>