Skip to content

Commit 716481e

Browse files
committed
workflow manual trigger
Took 12 minutes
1 parent fd8cff1 commit 716481e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
wire:key="sorting-pill-{{ $col }}"
88
class="badge badge-pill badge-info d-inline-flex align-items-center"
99
>
10+
1011
<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>
1112

1213
<a

0 commit comments

Comments
 (0)