Fix mobile views of reshares

This commit is contained in:
Raphael Sofaer 2011-07-29 11:21:13 -07:00
parent 091701e565
commit cac6d048f8
2 changed files with 2 additions and 0 deletions

View file

@ -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])