Explorar el Código

Update batch delete

jqh hace 5 años
padre
commit
5d0d745caf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
     }