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

Easy icon can't be used in HTML link #128

Closed titamrtn closed 7 years ago

titamrtn commented 7 years ago

I've tried to use easy icon when creatin link but it does not work <?php echo $this->Html->link('i:dashboard Dashboard',['controller' => 'Home', 'action' => 'dashboard']); ?> And i got this result <a href="/home/dashboard">i:dashboard Dashboard</a>

Holt59 commented 7 years ago

This is not currently supported, but could be easily added, I will see if I can do something about this.

titamrtn commented 7 years ago

Thank you

Holt59 commented 7 years ago

4e69b5c6b2b0016f70c67ad56429c81f0ca920b3 should add easy icon support to HtmlHelper::link.

Holt59 commented 7 years ago

I am closing this since this should be working, if you find any bug with this feature or another one, feel free to open a new issue!