about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/tags/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/tags/show.html.haml b/app/views/admin/tags/show.html.haml
index f9677874a..d54a43c1e 100644
--- a/app/views/admin/tags/show.html.haml
+++ b/app/views/admin/tags/show.html.haml
@@ -38,7 +38,7 @@
 .table-wrapper
   %table.table
     %tbody
-      - total = @usage_by_domain.sum(&:statuses_count).to_f
+      - total = @usage_by_domain.sum(&:last).to_f
 
       - @usage_by_domain.each do |(domain, count)|
         %tr