mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +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 class="float-right notification-action">
|
||||
@if($notification->item_id && $notification->item_type == 'App\Status')
|
||||
@if($notification->status->parent())
|
||||
<a href="{{$notification->status->parent()->url()}}">
|
||||
<div class="notification-image" style="background-image: url('{{$notification->status->parent()->thumb()}}')"></div>
|
||||
</a>
|
||||
@endif
|
||||
@endif
|
||||
</span>
|
||||
@break
|
||||
|
|
Loading…
Reference in a new issue