Created
June 27, 2015 11:40
-
-
Save cholnhial/1f87ac1913e787eb0e6c to your computer and use it in GitHub Desktop.
Bootstrap button with link CakePHP 2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $this->Html->link( | |
'Edit Post', | |
array( | |
'action' => 'edit', | |
'class' => 'btn btn-primary btn-md' | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment