mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add more routes
This commit is contained in:
parent
c4224b8966
commit
283459e496
@ -156,7 +156,7 @@ def map_with_index(ary, &block)
|
|||||||
end
|
end
|
||||||
|
|
||||||
def top(cols, aggregator, count, aggregator_formatter = nil)
|
def top(cols, aggregator, count, aggregator_formatter = nil)
|
||||||
sorted = aggregator.top(30, aggregator_formatter)
|
sorted = aggregator.top(count, aggregator_formatter)
|
||||||
|
|
||||||
col_just = []
|
col_just = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user