Skip to content

Commit af7ec64

Browse files
committed
We're just ignoring this file now
1 parent d8a3d01 commit af7ec64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/views/collections/empty.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
</div>
2727
</a>
2828
@endcan
29-
{{-- format-ignore-start --}}
3029
@can('create', ['Statamic\Contracts\Entries\Entry', $collection, \Statamic\Facades\Site::get($site)])
3130
<?php $multipleBlueprints = $collection->entryBlueprints()->count() > 1 ?>
3231
@if ($multipleBlueprints)<div
@@ -48,7 +47,6 @@ class="text-blue text-sm rtl:ml-2 ltr:mr-2">{{ $blueprint->title() }} @rarr</a>
4847
@endif
4948
</div>
5049
@if ($multipleBlueprints)</div>@else</a>@endif
51-
{{-- format-ignore-end --}}
5250
@endcan
5351
@can('configure fields')
5452
<a href="{{ cp_route('collections.blueprints.index', $collection->handle()) }}" class="w-full lg:w-1/2 p-4 flex items-start hover:bg-gray-200 dark:hover:bg-dark-550 rounded-md group">

0 commit comments

Comments
 (0)