2024-11-03 14:13:05 +00:00
|
|
|
<div class="item-list-row flex-container-row items-center justify-space-between wrap">
|
|
|
|
<div class="px-m py-s">
|
|
|
|
<a href="{{ $import->getUrl() }}"
|
2024-11-05 13:17:31 +00:00
|
|
|
class="text-{{ $import->type }}">@icon($import->type) {{ $import->name }}</a>
|
2024-11-03 14:13:05 +00:00
|
|
|
</div>
|
|
|
|
<div class="px-m py-s flex-container-row gap-m items-center">
|
2024-11-14 15:59:15 +00:00
|
|
|
<div class="bold opacity-80 text-muted">{{ $import->getSizeString() }}</div>
|
|
|
|
<div class="bold opacity-80 text-muted min-width-xs text-right" title="{{ $import->created_at->toISOString() }}">@icon('time'){{ $import->created_at->diffForHumans() }}</div>
|
2024-11-03 14:13:05 +00:00
|
|
|
</div>
|
|
|
|
</div>
|