Browse Source

Update BatchDelete.php

chiwex 4 years ago
parent
commit
600a2fb41c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Grid/Tools/BatchDelete.php

+ 1 - 1
src/Grid/Tools/BatchDelete.php

@@ -14,7 +14,7 @@ class BatchDelete extends BatchAction
     public function render()
     public function render()
     {
     {
         return <<<HTML
         return <<<HTML
-<a href="#" data-name="{$this->parent->getName()}" data-action="batch-delete" data-url="{$this->resource()}">{$this->title}</a>
+<a href="#" data-name="{$this->parent->getName()}" data-action="batch-delete" data-url="{$this->resource()}"><i class="feather icon-trash"></i> {$this->title}</a>
 HTML;
 HTML;
     }
     }
 }
 }