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
|
- else
|
||||||
= t('limited')
|
= t('limited')
|
||||||
|
|
||||||
- if post.activity_streams?
|
- 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
|
|
||||||
= render 'status_messages/status_message', :post => post, :photos => post.photos
|
= render 'status_messages/status_message', :post => post, :photos => post.photos
|
||||||
- else
|
- else
|
||||||
= t('.deleted')
|
= t('.deleted')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue