Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@caifara
Created March 30, 2011 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caifara/894898 to your computer and use it in GitHub Desktop.
Save caifara/894898 to your computer and use it in GitHub Desktop.
(function(){
window.JST = window.JST || {};
window.JST['users/_show'] = Haml('.user\n %h1= name\n = email\n');
window.JST['boats/_show'] = Haml('.boat\n %h1= name\n');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment