added id attribute to elements
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| @if (! $hideCreate) | ||||
|     @can($permissionCreate) | ||||
|         <x-link href="{{ route($createRoute) }}" kind="primary"> | ||||
|         <x-link href="{{ route($createRoute) }}" kind="primary" id="show-more-actions-new-{{ $document->type }}"> | ||||
|             {{ trans('general.title.new', ['type' => trans_choice($textPage, 1)]) }} | ||||
|         </x-link> | ||||
|     @endcan | ||||
| @@ -13,7 +13,7 @@ | ||||
| @if (! in_array($document->status, $hideButtonStatuses)) | ||||
|     @if (! $hideEdit) | ||||
|         @can($permissionUpdate) | ||||
|             <x-link href="{{ route($editRoute, $document->id) }}"> | ||||
|             <x-link href="{{ route($editRoute, $document->id) }}" id="show-more-actions-edit-{{ $document->type }}"> | ||||
|                 {{ trans('general.edit') }} | ||||
|             </x-link> | ||||
|         @endcan | ||||
|   | ||||
		Reference in New Issue
	
	Block a user