Skip to content

Commit 75dcdb6

Browse files
committed
fix: minor fix in datatable
1 parent eb12d88 commit 75dcdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/templates/scaffold/table/datatable/actions.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@{!! Form::open(['route' => ['{!! $config->prefixes->getRoutePrefixWith('.') !!}{{ $config->modelNames->camelPlural }}.destroy', ${{ $config->primaryName }}], 'method' => 'delete']) !!}
1+
@{!! Form::open(['route' => ['{{ $config->prefixes->getRoutePrefixWith('.') }}{{ $config->modelNames->camelPlural }}.destroy', ${{ $config->primaryName }}], 'method' => 'delete']) !!}
22
<div class='btn-group'>
33
<a href="@{{ route('{!! $config->prefixes->getRoutePrefixWith('.') !!}{!! $config->modelNames->camelPlural !!}.show', ${!! $config->primaryName !!}) }}" class='btn btn-default btn-xs'>
44
<i class="fa fa-eye"></i>

0 commit comments

Comments
 (0)