]> source.dussan.org Git - sonarqube.git/commitdiff
Minor: add a whitespace before the link "Edit my filters"
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 31 May 2012 14:23:11 +0000 (16:23 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 31 May 2012 14:23:11 +0000 (16:23 +0200)
sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb

index 7eaec5b20020400dafbe197ba1c0a0ee6a0bc8d5..dc5ccd3b85800585df81e1da53f76bd242bb571c 100644 (file)
@@ -43,7 +43,7 @@ module WidgetPropertiesHelper
       filters_combo = select_tag definition.key(), option_group('My Filters', user_filters) + option_group('Shared Filters', shared_filters)
       filter_link = link_to message('widget.filter.edit'), {:controller => :filters, :action => :manage}, :class => 'link-action'
 
-      filters_combo + filter_link
+      "#{filters_combo} #{filter_link}"
 
   else
       hidden_field_tag definition.key()