diff --git a/app/controllers/stats_controller.rb b/app/controllers/stats_controller.rb index 73a7dbef7..4d2c54ee5 100644 --- a/app/controllers/stats_controller.rb +++ b/app/controllers/stats_controller.rb @@ -145,7 +145,7 @@ class StatsController < ApplicationController total = totals[week] if total > 0 - [week, (count.to_f / total).round(2)] + [week, (count.to_f / total * 100).round(2)] else 0 end