From 0b3d2b46e0be5441bc7c0fc8851dc449016e042c Mon Sep 17 00:00:00 2001 From: Geoff Young Date: Wed, 3 Jan 2018 20:25:50 -0500 Subject: [PATCH] Add attributes to delete asset file button (#4336) This adds attributes to the delete file buttons on the View Asset page. The attributes will fill the confirmation modal that prompts users before deleting. They also activate a tooltip on the button. --- resources/views/hardware/view.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/hardware/view.blade.php b/resources/views/hardware/view.blade.php index adabaa07a..02855d854 100755 --- a/resources/views/hardware/view.blade.php +++ b/resources/views/hardware/view.blade.php @@ -712,7 +712,7 @@ @can('update', \App\Models\Asset::class) - + @endcan