From 7c854c0a5c9be80d4e7e3d57fd578ed7da86f4c1 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 19 Nov 2022 10:45:10 +0100 Subject: [PATCH] Fix restore icon in table view Signed-off-by: Aaron --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index ef29f8370..6766159be 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -280,7 +280,7 @@ if ((row.available_actions) && (row.available_actions.restore === true)) { actions += '
'; actions += '@csrf'; - actions += ' '; + actions += ' '; } actions +='';