Skip to content

Instantly share code, notes, and snippets.

@methyl
Created February 10, 2013 21:35
Show Gist options
  • Save methyl/4751145 to your computer and use it in GitHub Desktop.
Save methyl/4751145 to your computer and use it in GitHub Desktop.
HTML: side bar
<nav id="by_time">
<ul>
<li><%= link_to t('refinery.plugins.events.soon'), refinery.soon_events_path %></li>
<li><%= link_to t('refinery.plugins.events.today'), refinery.today_events_path %></li>
<li><%= link_to t('refinery.plugins.events.archive'), refinery.archive_events_path %></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment