dropdown html structure changed
This commit is contained in:
@ -25,14 +25,16 @@
|
||||
@if ($transaction->is_splittable && empty($transaction->document_id) && empty($transaction->recurring) && $transaction->isNotTransferTransaction())
|
||||
@if (! $hideButtonConnect)
|
||||
@can($permissionCreate)
|
||||
<div class="w-full flex items-center text-purple px-2 h-9 leading-9 whitespace-nowrap">
|
||||
<button
|
||||
type="button"
|
||||
id="show-more-actions-connect-{{ $transaction->type }}"
|
||||
class="w-full flex items-center text-purple px-2 h-9 leading-9 whitespace-nowrap"
|
||||
class="w-full h-full flex items-center rounded-md px-2 text-sm hover:bg-lilac-100"
|
||||
title="{{ trans('general.connect') }}"
|
||||
@click="onConnectTransactions('{{ route('transactions.dial', $transaction->id) }}')">
|
||||
<span class="w-full h-full flex items-center rounded-md px-2 text-sm hover:bg-lilac-100">{{ trans('general.connect') }}</span>
|
||||
{{ trans('general.connect') }}
|
||||
</button>
|
||||
</div>
|
||||
@endcan
|
||||
@endif
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user