From afab167e8cdf4cc9391ed7d6dc6c375731fc218b Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 2 Jul 2022 13:08:46 -0700 Subject: [PATCH] Fixed restore button in listings Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 67ffafcdf..2b32c4d6f 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -282,8 +282,7 @@ if ((row.available_actions) && (row.available_actions.restore === true)) { actions += '
'; actions += '@csrf'; - actions += ' '; - actions += '{{ trans('general.restore') }}
 '; + actions += ' '; } actions +='';