1
0
Daniel Supernault 6 жил өмнө
parent
commit
0f49edda2c

+ 1 - 1
resources/views/account/activity.blade.php

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