mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 14:17:57 +08:00
Add post count to similar posts popup. Fix alignment.
This commit is contained in:
@ -2,5 +2,5 @@ require_dependency 'age_words'
|
||||
|
||||
# The most basic attributes of a topic that we need to create a link for it.
|
||||
class BasicTopicSerializer < ApplicationSerializer
|
||||
attributes :id, :fancy_title, :slug
|
||||
attributes :id, :fancy_title, :slug, :posts_count
|
||||
end
|
||||
|
Reference in New Issue
Block a user