added id attribute to elements
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
@if (! $hideButtonAddNew)
|
||||
@can($permissionCreate)
|
||||
<x-link href="{{ route($routeButtonAddNew, ['type' => $type]) }}" kind="primary">
|
||||
<x-link href="{{ route($routeButtonAddNew, ['type' => $type]) }}" kind="primary" id="show-more-actions-new-{{ $transaction->type }}">
|
||||
{{ trans($textButtonAddNew) }}
|
||||
</x-link>
|
||||
@endcan
|
||||
@@ -13,7 +13,7 @@
|
||||
@if (! $transaction->reconciled && $transaction->isNotTransferTransaction())
|
||||
@if (! $hideButtonEdit)
|
||||
@can($permissionUpdate)
|
||||
<x-link href="{{ route($routeButtonEdit, [$transaction->id, 'type' => $type]) }}">
|
||||
<x-link href="{{ route($routeButtonEdit, [$transaction->id, 'type' => $type]) }}" id="show-more-actions-edit-{{ $transaction->type }}">
|
||||
{{ trans('general.edit') }}
|
||||
</x-link>
|
||||
@endcan
|
||||
|
||||
Reference in New Issue
Block a user