Update activity view

pull/1314/head
Daniel Supernault 2019-05-20 22:45:18 -06:00
rodzic 0f49edda2c
commit d15e8f12bd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -89,10 +89,12 @@
</span> </span>
<span class="float-right notification-action"> <span class="float-right notification-action">
@if($notification->item_id && $notification->item_type == 'App\Status') @if($notification->item_id && $notification->item_type == 'App\Status')
@if($notification->status->parent())
<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>
@endif @endif
@endif
</span> </span>
@break @break