diff --git a/app/models/post.rb b/app/models/post.rb index 8cfee8d0b..8cd934fc6 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -21,6 +21,7 @@ class Post < ActiveRecord::Base t.add :created_at t.add :comments_count t.add :likes_count + t.add :reshares_count t.add :last_three_comments t.add :provider_display_name t.add :author diff --git a/app/views/templates/reshare.jst b/app/views/templates/reshare.jst index 7167a8773..aa7ec26e4 100644 --- a/app/views/templates/reshare.jst +++ b/app/views/templates/reshare.jst @@ -19,6 +19,11 @@