diff --git a/app/views/comments/index.mobile.haml b/app/views/comments/index.mobile.haml
index 76dde1db80cb75710debd32969ca101ba8ab2105..3b604ee3cf1a13058aafee437e8a23bc2b02c367 100644
--- a/app/views/comments/index.mobile.haml
+++ b/app/views/comments/index.mobile.haml
@@ -1,5 +1,9 @@
 .comment_container
   .post_stats
+    - if @post.public?
+      %span.reshare_count
+        = @post.reshares.size
+        
     %span.comment_count
       = @post.comments.size
     %span.like_count
diff --git a/app/views/shared/_stream_element.mobile.haml b/app/views/shared/_stream_element.mobile.haml
index 18c5bf68e5915710b6184d022b4a9519ad7eda46..5867cf346862850e7144ef43b1569c76adfdea5a 100644
--- a/app/views/shared/_stream_element.mobile.haml
+++ b/app/views/shared/_stream_element.mobile.haml
@@ -33,7 +33,7 @@
       .comment_container
         .post_stats
           - if post.public?
-            %span.comment_count
+            %span.reshare_count
               = post.reshares.size
 
           %span.comment_count