mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update activity view
This commit is contained in:
parent
0f49edda2c
commit
d15e8f12bd
1 changed files with 2 additions and 0 deletions
|
@ -89,9 +89,11 @@
|
||||||
</span>
|
</span>
|
||||||
<span class="float-right notification-action">
|
<span class="float-right notification-action">
|
||||||
@if($notification->item_id && $notification->item_type == 'App\Status')
|
@if($notification->item_id && $notification->item_type == 'App\Status')
|
||||||
|
@if($notification->status->parent())
|
||||||
<a href="{{$notification->status->parent()->url()}}">
|
<a href="{{$notification->status->parent()->url()}}">
|
||||||
<div class="notification-image" style="background-image: url('{{$notification->status->parent()->thumb()}}')"></div>
|
<div class="notification-image" style="background-image: url('{{$notification->status->parent()->thumb()}}')"></div>
|
||||||
</a>
|
</a>
|
||||||
|
@endif
|
||||||
@endif
|
@endif
|
||||||
</span>
|
</span>
|
||||||
@break
|
@break
|
||||||
|
|
Loading…
Reference in a new issue