Procházet zdrojové kódy

Update batch delete

jqh před 5 roky
rodič
revize
5d0d745caf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 
     }