Przeglądaj źródła

Update activity view

Daniel Supernault 6 lat temu
rodzic
commit
0f49edda2c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/views/account/activity.blade.php

+ 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 class="text-muted notification-timestamp pl-1">{{$notification->created_at->diffForHumans(null, true, true, true)}}</span>
           </span>
           </span>
           <span class="float-right notification-action">
           <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()}}">
               <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>