mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Include confirm modal
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b2940f9915
commit
0210ecde88
|
@ -557,6 +557,11 @@
|
||||||
</div> <!-- /.col -->
|
</div> <!-- /.col -->
|
||||||
</div> <!-- /.row -->
|
</div> <!-- /.row -->
|
||||||
|
|
||||||
|
|
||||||
|
@can('update', \App\Models\License::class)
|
||||||
|
@include ('modals.confirm-action', ['item_type' => 'user', 'item_id' => $user->id])
|
||||||
|
@endcan
|
||||||
|
|
||||||
@can('update', \App\Models\License::class)
|
@can('update', \App\Models\License::class)
|
||||||
@include ('modals.upload-file', ['item_type' => 'license', 'item_id' => $license->id])
|
@include ('modals.upload-file', ['item_type' => 'license', 'item_id' => $license->id])
|
||||||
@endcan
|
@endcan
|
||||||
|
|
Loading…
Reference in a new issue