Skip to content

Instantly share code, notes, and snippets.

@donaldallen
Created June 6, 2013 21:09
Show Gist options
  • Save donaldallen/5724976 to your computer and use it in GitHub Desktop.
Save donaldallen/5724976 to your computer and use it in GitHub Desktop.
<nav id="primary">
<ul>
<li {{ (Request::is('/') ? 'class="active"' : '') }}>{{ HTML::link(URL::to(''), 'Home') }}</li>
<li {{ (Request::is('/') ? 'class="active"' : '') }}>{{ HTML::link(URL::to(''), 'The Trade') }}</li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment