Skip to content

Instantly share code, notes, and snippets.

@procload
Created March 4, 2013 20:48
Show Gist options
  • Save procload/5085517 to your computer and use it in GitHub Desktop.
Save procload/5085517 to your computer and use it in GitHub Desktop.
<li class="entrepreneur <%= active_if_current_page?('/entrepreneurs') %>">
<%= link_to('Entrepeneurs', '/entrepeneurs') %>
</li>
<%= content_tag :li, link_to('Entrepeneurs', '/entrepeneurs'), class: 'entrepreneur' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment