Commit 76417683 by Your Name

candidate without inline

parent 7ecb849d
...@@ -108,7 +108,7 @@ helpers do ...@@ -108,7 +108,7 @@ helpers do
end end
sort_key_mapper = { sort_key_mapper = {
"date" => [:created_at], "date" => :created_at,
"activity" => :last_activity_at, "activity" => :last_activity_at,
"votes" => :"votes.point", "votes" => :"votes.point",
"comments" => :comment_count, "comments" => :comment_count,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment