fix reshare cubbies bug on mobile
This commit is contained in:
parent
272ffc32d2
commit
38624afd9c
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@
|
|||
- else
|
||||
= t('limited')
|
||||
|
||||
- if post.activity_streams?
|
||||
= link_to image_tag(post.image_url, 'data-small-photo' => post.image_url, 'data-full-photo' => post.image_url, :class => 'stream-photo'), post.object_url, :class => "stream-photo-link"
|
||||
- else
|
||||
- if !post.activity_streams?
|
||||
= render 'status_messages/status_message', :post => post, :photos => post.photos
|
||||
- else
|
||||
= t('.deleted')
|
||||
|
|
|
|||
Loading…
Reference in a new issue