|
@@ -3,15 +3,15 @@
|
|
|
{!! $branchCallback($branch) !!}
|
|
|
<span class="pull-right dd-nodrag">
|
|
|
@if($useEdit)
|
|
|
- <a href="{{ $path }}/{{ $branch[$keyName] }}/edit"><i class="feather icon-edit-1"></i> </a>
|
|
|
+ <a href="{{ $currentUrl }}/{{ $branch[$keyName] }}/edit"><i class="feather icon-edit-1"></i> </a>
|
|
|
@endif
|
|
|
|
|
|
@if($useQuickEdit)
|
|
|
- <a href="javascript:void(0);" data-url="{{ $path }}/{{ $branch[$keyName] }}/edit" class="tree-quick-edit"><i class="feather icon-edit"></i></a>
|
|
|
+ <a href="javascript:void(0);" data-url="{{ $currentUrl }}/{{ $branch[$keyName] }}/edit" class="tree-quick-edit"><i class="feather icon-edit"></i></a>
|
|
|
@endif
|
|
|
|
|
|
@if($useDelete)
|
|
|
- <a href="javascript:void(0);" data-message="ID - {{ $branch[$keyName] }}" data-url="{{ $path }}/{{ $branch[$keyName] }}" data-action="delete"><i class="feather icon-trash"></i></a>
|
|
|
+ <a href="javascript:void(0);" data-message="ID - {{ $branch[$keyName] }}" data-url="{{ $currentUrl }}/{{ $branch[$keyName] }}" data-action="delete"><i class="feather icon-trash"></i></a>
|
|
|
@endif
|
|
|
</span>
|
|
|
</div>
|