Selaa lähdekoodia

Update BatchDelete.php

chiwex 4 vuotta sitten
vanhempi
commit
600a2fb41c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
     }
 }