summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-12-12 12:31:48 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-12-12 12:31:48 +0100
commitaa72696f4163a5a276d8d45eeb972a91f3a4b1ba (patch)
treebe46f3acc74145ed6d7f58b2f00f211a8f1ea3f7 /sonar-server
parentee08249875a844de0000f811b7455bc0dafdeb43 (diff)
downloadsonarqube-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.rb2
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'