Skip to content

Instantly share code, notes, and snippets.

@alexrothenberg
Created January 28, 2013 16:58
Show Gist options
  • Save alexrothenberg/4657172 to your computer and use it in GitHub Desktop.
Save alexrothenberg/4657172 to your computer and use it in GitHub Desktop.
<% sections.each do |section| %>
<li class='<%="active" if active_section? section%>'>
<% = link_to section %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment