Browse Source

Update batch delete

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

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

@@ -100,7 +100,7 @@ abstract class BatchAction implements Renderable
     public function render()
     {
         return <<<HTML
-<li><a href="#" class="{{$this->getElementClass()}}}">{$this->getTitle()}</a></li>
+<li><a href="#" class="{$this->getElementClass()}">{$this->getTitle()}</a></li>
 HTML;
 
     }