瀏覽代碼

Update BatchDelete.php

chiwex 4 年之前
父節點
當前提交
600a2fb41c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
     }
 }