]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4661 Display category help on all subcategories
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 08:24:47 +0000 (10:24 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 08:24:47 +0000 (10:24 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb

index fd145bd2d5538418cf17ceb54eac0ca372972e59..ae9eed6c85f5c92823af8e8036838dbbf5911ea9 100644 (file)
@@ -72,7 +72,7 @@
           </tr>
         <% end -%>
 
-        <% unless @subcategory != @category || category_help(@category).blank? -%>
+        <% unless category_help(@category).blank? -%>
           <tr class="property <%= cycle('even', 'odd', :name => 'properties') -%>">
             <td class="help"><%= category_help(@category) -%> </td>
           </tr>