diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-12 12:31:48 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-12 12:31:48 +0100 |
commit | aa72696f4163a5a276d8d45eeb972a91f3a4b1ba (patch) | |
tree | be46f3acc74145ed6d7f58b2f00f211a8f1ea3f7 /sonar-server | |
parent | ee08249875a844de0000f811b7455bc0dafdeb43 (diff) | |
download | sonarqube-aa72696f4163a5a276d8d45eeb972a91f3a4b1ba.tar.gz sonarqube-aa72696f4163a5a276d8d45eeb972a91f3a4b1ba.zip |
Fix some quality flaws
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb index e44d640636a..df44897443b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb @@ -692,7 +692,7 @@ module ApplicationHelper # Options : # :id HTML id of the <tfoot> node # :colspan number of columns in the table - # :include_loading_icon adds a hidden loading icon, only if value is true and if the option :id is set as well. The HTML id of the icon + # :include_loading_icon add a hidden loading icon, only if value is true and if the option :id is set as well. The HTML id of the generated icon # is '<id>_loading' def table_pagination(pagination, options={}, &block) html = '<tfoot' |