filters and sidebar
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
$schema = $schemas->where("name",$record->schema)->first();
|
||||
@endphp
|
||||
<td>
|
||||
{{-- {#if schema.type === "files"}--}}
|
||||
{{-- <Preview {record} size="tiny"/>--}}
|
||||
{{-- {:else}--}}
|
||||
@if($schema->type === "files")
|
||||
<Preview {record} size="tiny"/>
|
||||
@else
|
||||
<a
|
||||
href="/lucent/records/{{$record->id}}"
|
||||
class="text-decoration-none text-dark d-block"
|
||||
@@ -13,7 +13,7 @@
|
||||
</a>
|
||||
|
||||
{{$record->status->value === "draft" ? "Draft" : ""}}
|
||||
{{-- {/if}--}}
|
||||
@endif
|
||||
|
||||
</td>
|
||||
<td><a
|
||||
|
||||
Reference in New Issue
Block a user