Created
November 28, 2011 21:20
-
-
Save sxross/1402128 to your computer and use it in GitHub Desktop.
Index for Backbone Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- content_for :head do | |
%title The Middleman! | |
%h1 The Middleman is watching. | |
#band-app | |
%table#band-list | |
%thead | |
%tr | |
%td | |
%a#sort-name{:href => '#'} | |
V | |
%tbody | |
%button#new-band new band |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment