CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

Update HtmlHelper.php #172

Closed sharkooon closed 5 years ago

sharkooon commented 5 years ago

fix for: Cannot find template named 'confirmJs'.

When having 'confirm' in Html->link() <?= $this->Html->link('test', ['action' => 'add'], ['confirm' => 'Are you sure?']) ?>