Created
August 24, 2013 18:24
-
-
Save SvitlanaShepitsena/6329635 to your computer and use it in GitHub Desktop.
Laravel Link to Named Route With an Image Opening in a New Window (Logo, etc)
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
<a target="_blank" class="has-tip-left" href="{{URL::route('routeName')}}" title="title"> | |
<img src="{{url('comp/img/logo.png')}}" alt="logo"> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment