Created
August 18, 2008 07:25
-
-
Save collin/5954 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/I would not have done this with HTML | |
/hooray, haml enables awesome protoyping! | |
.compositions | |
%ul | |
%li | |
Resources | |
%ol | |
%li | |
.resources | |
%ol | |
%li | |
==%ul | |
%ol | |
%li %h1 Resources | |
%li | |
==-Resource.each | |
%ol | |
%li %li= resource.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment