Fix mobile AS photo page
This commit is contained in:
parent
874654b461
commit
df5177a50d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
= render 'shared/author_info', :person => @post.author, :post => @post
|
= render 'shared/author_info', :person => @post.author, :post => @post
|
||||||
|
|
||||||
- if @post.activity_streams?
|
- if @post.activity_streams?
|
||||||
= image_tag @photo.image_url
|
= image_tag @post.image_url
|
||||||
- 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