Update activity view

This commit is contained in:
Daniel Supernault 2019-05-20 22:41:42 -06:00
parent 2115b1e195
commit 0f49edda2c
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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>