Skip to content

Instantly share code, notes, and snippets.

View bschwartz's full-sized avatar

Brendan Schwartz bschwartz

View GitHub Profile
@bschwartz
bschwartz / list_view
Created June 16, 2011 21:29 — forked from joelbschwartz/list_view
cooktwice list view
--------------- the page ------------------
<li class="recipe">
<a href="#" class="star"/>
<h3><%= "Chile-Braised Pork Shoulder Tacos" %></h3>
<p class="details"><%= "Added by you, shared with 3 others, edited by 2 others, 5 comments" %></p>
<p class="source"><%= "Bon Apetit" %></li>
<div class="actions">
<a href="#" class="share">Share</a>
</div>