Skip to content

Instantly share code, notes, and snippets.

View joelbschwartz's full-sized avatar

Joel Schwartz joelbschwartz

View GitHub Profile
@joelbschwartz
joelbschwartz / list_view
Created June 16, 2011 21:16
cooktwice list view
<section>
<nav>
<ul>
<li><%= link_to "Index", '#' %></li>
<li class = "active_item"><%= "Recipes" %></li>
<li><%= link_to "Menu", '#' %></li>
</ul>
</nav>
<div id="view_list">