Pārlūkot izejas kodu

Update BatchDelete.php

chiwex 4 gadi atpakaļ
vecāks
revīzija
600a2fb41c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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()
     {
         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;
     }
 }