summaryrefslogtreecommitdiff
path: root/app/views/forumthreads/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/forumthreads/index.html.erb')
-rw-r--r--app/views/forumthreads/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/forumthreads/index.html.erb b/app/views/forumthreads/index.html.erb
index 0c44352..5c3f97d 100644
--- a/app/views/forumthreads/index.html.erb
+++ b/app/views/forumthreads/index.html.erb
@@ -15,7 +15,7 @@
text = text.capitalize
end
elsif params_list.any?
- text = "Search results (#{@threads.length})"
+ text = "Search results (#{@threads.total_count})"
else
text = "All threads"
end