Added total_count to thread result number (pt. 2)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
text = text.capitalize
|
text = text.capitalize
|
||||||
end
|
end
|
||||||
elsif params_list.any?
|
elsif params_list.any?
|
||||||
text = "Search results (#{@threads.length})"
|
text = "Search results (#{@threads.total_count})"
|
||||||
else
|
else
|
||||||
text = "All threads"
|
text = "All threads"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user