diff --git a/app/views/comments/index.html.haml b/app/views/comments/index.haml
similarity index 100%
rename from app/views/comments/index.html.haml
rename to app/views/comments/index.haml
diff --git a/app/views/posts/show.mobile.haml b/app/views/posts/show.mobile.haml
index b2dcd6b2f..c5bd533b6 100644
--- a/app/views/posts/show.mobile.haml
+++ b/app/views/posts/show.mobile.haml
@@ -7,6 +7,8 @@
- if @post.activity_streams?
= image_tag @post.image_url
+ - elsif reshare?(@post)
+ = render 'reshares/reshare', :reshare => @post, :post => @post.root
- else
%p
= markdownify(@post.text, :youtube_maps => @post[:youtube_titles])