diff --git a/app/views/shared/_stream_element.mobile.haml b/app/views/shared/_stream_element.mobile.haml index 70658b926..ff833468d 100644 --- a/app/views/shared/_stream_element.mobile.haml +++ b/app/views/shared/_stream_element.mobile.haml @@ -10,7 +10,6 @@ | = link_to t('javascripts.stream.show_nsfw_post'), '#' - - if post.is_a?(Reshare) = render 'reshares/reshare', :reshare => post, :post => post.absolute_root diff --git a/app/views/status_messages/_status_message.mobile.haml b/app/views/status_messages/_status_message.mobile.haml index f28f9bc04..7afd6b3a4 100644 --- a/app/views/status_messages/_status_message.mobile.haml +++ b/app/views/status_messages/_status_message.mobile.haml @@ -16,3 +16,5 @@ %div{:class => direction_for(post.text)} != markdownify(post) + - if post.o_embed_cache + != o_embed_html post.o_embed_cache