aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/widgets_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/widgets_controller.rb b/app/controllers/widgets_controller.rb
index d1953de10..2385855b1 100644
--- a/app/controllers/widgets_controller.rb
+++ b/app/controllers/widgets_controller.rb
@@ -15,6 +15,7 @@ class WidgetsController < ApplicationController
medium_cache
@track_thing = TrackThing.create_track_for_request(@info_request)
@status = @info_request.calculate_status
+ @count = @info_request.track_things.count + @info_request.widget_votes.count + 1
unless @user or cookies[:widget_vote]
cookies.permanent[:widget_vote] = SecureRandom.hex(10)
end