]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2073 FIX Add a space before star
authorDavid Gageot <david@gageot.net>
Tue, 5 Jun 2012 10:04:28 +0000 (12:04 +0200)
committerDavid Gageot <david@gageot.net>
Wed, 6 Jun 2012 09:35:12 +0000 (11:35 +0200)
(cherry picked from commit f69e3ec312326557527977391c42e633d84f4d86)

sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb

index 4dacfecb94d69ab0bf73e44f8e84f035434d5b36..79225aa2e7298c75f8cb5373f5f592b68d241b48 100644 (file)
@@ -15,7 +15,7 @@
 
     <% widget.java_definition.getWidgetProperties().sort { |w1, w2| natural_comparison(w1.key, w2.key) }.each do |property_def| %>
       <tr>
-        <td class="form-key-cell"><%= property_def.key() -%><%= "*" unless property_def.optional() -%></td>
+        <td class="form-key-cell"><%= property_def.key() -%><%= " *" unless property_def.optional() -%></td>
         <td class="form-val-cell" id="row_<%= property_def.key() -%>">
           <%= property_value_field(property_def, widget.property_text_value(property_def.key())) -%>
           <div class="form-val-note">