Skip to content

Commit c08b423

Browse files
committed
workflow manual trigger
Took 12 seconds
1 parent 716481e commit c08b423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/bootstrap-4/includes/sorting-pills.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
wire:key="sorting-pill-{{ $col }}"
88
class="badge badge-pill badge-info d-inline-flex align-items-center"
99
>
10-
1110
<span>{{ $sortNames[$col] ?? collect($this->columns())->pluck('text', 'column')->get($col, ucwords(strtr($col, ['_' => ' ', '-' => ' ']))) }}: {{ $dir === 'asc' ? ($sortDirectionNames[$col]['asc'] ?? 'A-Z') : ($sortDirectionNames[$col]['desc'] ?? 'Z-A') }}</span>
1211

1312
<a

0 commit comments

Comments
 (0)