Fix mobile AS photo page

This commit is contained in:
Raphael Sofaer 2011-07-12 17:05:37 -07:00
parent 874654b461
commit df5177a50d

View file

@ -6,7 +6,7 @@
= render 'shared/author_info', :person => @post.author, :post => @post
- if @post.activity_streams?
= image_tag @photo.image_url
= image_tag @post.image_url
- else
%p
= markdownify(@post.text, :youtube_maps => @post[:youtube_titles])