Update activity view

pull/1314/head
Daniel Supernault 6 years ago
parent 2115b1e195
commit 0f49edda2c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -88,7 +88,7 @@
<span class="text-muted notification-timestamp pl-1">{{$notification->created_at->diffForHumans(null, true, true, true)}}</span>
</span>
<span class="float-right notification-action">
@if(false == true && $notification->item_id && $notification->item_type == 'App\Status')
@if($notification->item_id && $notification->item_type == 'App\Status')
<a href="{{$notification->status->parent()->url()}}">
<div class="notification-image" style="background-image: url('{{$notification->status->parent()->thumb()}}')"></div>
</a>

Loading…
Cancel
Save