Fix mobile views of reshares
This commit is contained in:
parent
091701e565
commit
cac6d048f8
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
- if @post.activity_streams?
|
- if @post.activity_streams?
|
||||||
= image_tag @post.image_url
|
= image_tag @post.image_url
|
||||||
|
- elsif reshare?(@post)
|
||||||
|
= render 'reshares/reshare', :reshare => @post, :post => @post.root
|
||||||
- else
|
- else
|
||||||
%p
|
%p
|
||||||
= markdownify(@post.text, :youtube_maps => @post[:youtube_titles])
|
= markdownify(@post.text, :youtube_maps => @post[:youtube_titles])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue