jqh 5 năm trước cách đây
mục cha
commit
d8428b6469
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Grid/Displayers/Actions.php

+ 1 - 1
src/Grid/Displayers/Actions.php

@@ -266,7 +266,7 @@ EOT;
 
         return <<<EOF
 <a class="{$this->grid->getRowName()}-edit" data-url="{$this->resource()}/{$this->getKey()}/edit" href="javascript:void(0);">
-    <i class="fa fa-clone grid-action-icon"></i>
+    <i class="feather icon-edit grid-action-icon"></i>
 </a>&nbsp;
 EOF;
     }