mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
add more routes
This commit is contained in:
parent
c4224b8966
commit
283459e496
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ def map_with_index(ary, &block)
|
|||
end
|
||||
|
||||
def top(cols, aggregator, count, aggregator_formatter = nil)
|
||||
sorted = aggregator.top(30, aggregator_formatter)
|
||||
sorted = aggregator.top(count, aggregator_formatter)
|
||||
|
||||
col_just = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue