Created
March 7, 2011 02:13
-
-
Save randito/857972 to your computer and use it in GitHub Desktop.
Base layout for haml using blueprint css and jquery
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
!!! 5 | |
%html | |
%head | |
%title Hello World | |
= stylesheet_link_tag 'screen' | |
= stylesheet_link_tag 'print', :media => 'print' | |
/ [if lt IE 8] | |
= stylesheet_link_tag 'ie' | |
= csrf_meta_tag | |
%body | |
= yield | |
= javascript_include_tag 'jquery' | |
= javascript_include_tag 'rails' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment